ImportCustomContentRequest.Builder |
ImportCustomContentRequest.Builder.body$(InputStream body) |
Alternative setter for the body parameter.
|
static ImportCustomContentRequest.Builder |
ImportCustomContentRequest.builder() |
Return a new builder for this request object.
|
ImportCustomContentRequest.Builder |
ImportCustomContentRequest.Builder.copy(ImportCustomContentRequest o) |
Copy method to populate the builder with values from the given instance.
|
ImportCustomContentRequest.Builder |
ImportCustomContentRequest.Builder.expect(String expect) |
A value of 100-continue requests preliminary verification of the request method,
path, and headers before the request body is sent.
|
ImportCustomContentRequest.Builder |
ImportCustomContentRequest.Builder.importCustomContentFileBody(InputStream importCustomContentFileBody) |
The file to upload which contains the custom content.
|
ImportCustomContentRequest.Builder |
ImportCustomContentRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ImportCustomContentRequest.Builder |
ImportCustomContentRequest.Builder.isOverwrite(Boolean isOverwrite) |
A flag indicating whether or not to overwrite existing content if a conflict is found
during import content operation.
|
ImportCustomContentRequest.Builder |
ImportCustomContentRequest.Builder.namespaceName(String namespaceName) |
The Logging Analytics namespace used for the request.
|
ImportCustomContentRequest.Builder |
ImportCustomContentRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
ImportCustomContentRequest.Builder |
ImportCustomContentRequest.Builder.opcRetryToken(String opcRetryToken) |
A token that uniquely identifies a request so it can be retried in case of a timeout or
server error without risk of executing that same action again.
|
ImportCustomContentRequest.Builder |
ImportCustomContentRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ImportCustomContentRequest.Builder |
ImportCustomContentRequest.toBuilder() |
|