public static class GetShardedDatabaseRequest.Builder extends Object implements BmcRequest.Builder<GetShardedDatabaseRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetShardedDatabaseRequest |
build()
Build the instance of GetShardedDatabaseRequest as configured by this builder
|
GetShardedDatabaseRequest |
buildWithoutInvocationCallback()
Build the instance of GetShardedDatabaseRequest as configured by this builder
|
GetShardedDatabaseRequest.Builder |
copy(GetShardedDatabaseRequest o)
Copy method to populate the builder with values from the given instance.
|
GetShardedDatabaseRequest.Builder |
ifNoneMatch(String ifNoneMatch)
For conditional requests.
|
GetShardedDatabaseRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
GetShardedDatabaseRequest.Builder |
metadata(String metadata)
Comma separated names of argument corresponding to which metadata need to be retrived,
namely VM_CLUSTER_INFO, ADDITIONAL_RESOURCE_INFO.
|
GetShardedDatabaseRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
GetShardedDatabaseRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
GetShardedDatabaseRequest.Builder |
shardedDatabaseId(String shardedDatabaseId)
Sharded Database identifier
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public GetShardedDatabaseRequest.Builder shardedDatabaseId(String shardedDatabaseId)
Sharded Database identifier
shardedDatabaseId
- the value to setpublic GetShardedDatabaseRequest.Builder metadata(String metadata)
Comma separated names of argument corresponding to which metadata need to be retrived, namely VM_CLUSTER_INFO, ADDITIONAL_RESOURCE_INFO. An example is metadata=VM_CLUSTER_INFO,ADDITIONAL_RESOURCE_INFO.
metadata
- the value to setpublic GetShardedDatabaseRequest.Builder ifNoneMatch(String ifNoneMatch)
For conditional requests. In the GET call for a resource, set the If-None-Match
header to the value of the ETag from a previous GET (or POST or PUT) response for that
resource. The server will return with either a 304 Not Modified response if the resource
has not changed, or a 200 OK response with the updated representation.
ifNoneMatch
- the value to setpublic GetShardedDatabaseRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic GetShardedDatabaseRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic GetShardedDatabaseRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic GetShardedDatabaseRequest.Builder copy(GetShardedDatabaseRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<GetShardedDatabaseRequest,Void>
o
- other request from which to copy valuespublic GetShardedDatabaseRequest build()
Build the instance of GetShardedDatabaseRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<GetShardedDatabaseRequest,Void>
public GetShardedDatabaseRequest buildWithoutInvocationCallback()
Build the instance of GetShardedDatabaseRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.