Class GetOracleDbAzureVaultRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.dbmulticloud.requests.GetOracleDbAzureVaultRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<GetOracleDbAzureVaultRequest,Void>
- Enclosing class:
- GetOracleDbAzureVaultRequest
public static class GetOracleDbAzureVaultRequest.Builder extends Object implements BmcRequest.Builder<GetOracleDbAzureVaultRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetOracleDbAzureVaultRequest
build()
Build the instance of GetOracleDbAzureVaultRequest as configured by this builderGetOracleDbAzureVaultRequest
buildWithoutInvocationCallback()
Build the instance of GetOracleDbAzureVaultRequest as configured by this builderGetOracleDbAzureVaultRequest.Builder
copy(GetOracleDbAzureVaultRequest o)
Copy method to populate the builder with values from the given instance.GetOracleDbAzureVaultRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.GetOracleDbAzureVaultRequest.Builder
limit(Integer limit)
The maximum number of items to return.GetOracleDbAzureVaultRequest.Builder
opcRequestId(String opcRequestId)
The client request ID for tracing.GetOracleDbAzureVaultRequest.Builder
oracleDbAzureVaultId(String oracleDbAzureVaultId)
The ID of the Oracle DB Azure Vault Resource.GetOracleDbAzureVaultRequest.Builder
page(String page)
The page token representing the page at which to start retrieving results.GetOracleDbAzureVaultRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.GetOracleDbAzureVaultRequest.Builder
sortOrder(SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
oracleDbAzureVaultId
public GetOracleDbAzureVaultRequest.Builder oracleDbAzureVaultId(String oracleDbAzureVaultId)
The ID of the Oracle DB Azure Vault Resource.- Parameters:
oracleDbAzureVaultId
- the value to set- Returns:
- this builder instance
-
limit
public GetOracleDbAzureVaultRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
page
public GetOracleDbAzureVaultRequest.Builder page(String page)
The page token representing the page at which to start retrieving results.This is usually retrieved from a previous list call.
- Parameters:
page
- the value to set- Returns:
- this builder instance
-
sortOrder
public GetOracleDbAzureVaultRequest.Builder sortOrder(SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.- Parameters:
sortOrder
- the value to set- Returns:
- this builder instance
-
opcRequestId
public GetOracleDbAzureVaultRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public GetOracleDbAzureVaultRequest.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
-
retryConfiguration
public GetOracleDbAzureVaultRequest.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
-
copy
public GetOracleDbAzureVaultRequest.Builder copy(GetOracleDbAzureVaultRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<GetOracleDbAzureVaultRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public GetOracleDbAzureVaultRequest build()
Build the instance of GetOracleDbAzureVaultRequest 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:
build
in interfaceBmcRequest.Builder<GetOracleDbAzureVaultRequest,Void>
- Returns:
- instance of GetOracleDbAzureVaultRequest
-
buildWithoutInvocationCallback
public GetOracleDbAzureVaultRequest buildWithoutInvocationCallback()
Build the instance of GetOracleDbAzureVaultRequest 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 GetOracleDbAzureVaultRequest
-
-