Class ValidateSourceMappingRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.requests.ValidateSourceMappingRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ValidateSourceMappingRequest,Void>
 - Enclosing class:
- ValidateSourceMappingRequest
 
 public static class ValidateSourceMappingRequest.Builder extends Object implements BmcRequest.Builder<ValidateSourceMappingRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidateSourceMappingRequestbuild()Build the instance of ValidateSourceMappingRequest as configured by this builderValidateSourceMappingRequestbuildWithoutInvocationCallback()Build the instance of ValidateSourceMappingRequest as configured by this builderValidateSourceMappingRequest.Buildercopy(ValidateSourceMappingRequest o)Copy method to populate the builder with values from the given instance.ValidateSourceMappingRequest.Builderfilename(String filename)The name of the file being uploaded.ValidateSourceMappingRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ValidateSourceMappingRequest.BuilderlogSourceName(String logSourceName)Name of the log source that will be used to process the files being uploaded.ValidateSourceMappingRequest.BuildernamespaceName(String namespaceName)The Logging Analytics namespace used for the request.ValidateSourceMappingRequest.BuilderobjectLocation(String objectLocation)Location of the log file.ValidateSourceMappingRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ValidateSourceMappingRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builderbody$
 
- 
 
- 
- 
- 
Method Detail- 
namespaceNamepublic ValidateSourceMappingRequest.Builder namespaceName(String namespaceName) The Logging Analytics namespace used for the request.- Parameters:
- namespaceName- the value to set
- Returns:
- this builder instance
 
 - 
objectLocationpublic ValidateSourceMappingRequest.Builder objectLocation(String objectLocation) Location of the log file.- Parameters:
- objectLocation- the value to set
- Returns:
- this builder instance
 
 - 
filenamepublic ValidateSourceMappingRequest.Builder filename(String filename) The name of the file being uploaded.The extension of the filename part will be used to detect the type of file (like zip, tar). - Parameters:
- filename- the value to set
- Returns:
- this builder instance
 
 - 
logSourceNamepublic ValidateSourceMappingRequest.Builder logSourceName(String logSourceName) Name of the log source that will be used to process the files being uploaded.- Parameters:
- logSourceName- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ValidateSourceMappingRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic ValidateSourceMappingRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) Set the invocation callback for the request to be built.- Parameters:
- invocationCallback- the invocation callback to be set for the request
- Returns:
- this builder instance
 
 - 
retryConfigurationpublic ValidateSourceMappingRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration) Set the retry configuration for the request to be built.- Parameters:
- retryConfiguration- the retry configuration to be used for the request
- Returns:
- this builder instance
 
 - 
copypublic ValidateSourceMappingRequest.Builder copy(ValidateSourceMappingRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ValidateSourceMappingRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ValidateSourceMappingRequest build() Build the instance of ValidateSourceMappingRequest as configured by this builderNote that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuildWithoutInvocationCallback()does not.This is the preferred method to build an instance. - Specified by:
- buildin interface- BmcRequest.Builder<ValidateSourceMappingRequest,Void>
- Returns:
- instance of ValidateSourceMappingRequest
 
 - 
buildWithoutInvocationCallbackpublic ValidateSourceMappingRequest buildWithoutInvocationCallback() Build the instance of ValidateSourceMappingRequest as configured by this builderNote that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuild()does- Returns:
- instance of ValidateSourceMappingRequest
 
 
- 
 
-