public static class ListAutonomousDatabaseCharacterSetsRequest.Builder extends Object implements BmcRequest.Builder<ListAutonomousDatabaseCharacterSetsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListAutonomousDatabaseCharacterSetsRequest |
build()
Build the instance of ListAutonomousDatabaseCharacterSetsRequest as configured by this
builder
|
ListAutonomousDatabaseCharacterSetsRequest |
buildWithoutInvocationCallback()
Build the instance of ListAutonomousDatabaseCharacterSetsRequest as configured by this
builder
|
ListAutonomousDatabaseCharacterSetsRequest.Builder |
characterSetType(ListAutonomousDatabaseCharacterSetsRequest.CharacterSetType characterSetType)
Specifies whether this request pertains to database character sets or national character
sets.
|
ListAutonomousDatabaseCharacterSetsRequest.Builder |
copy(ListAutonomousDatabaseCharacterSetsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListAutonomousDatabaseCharacterSetsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListAutonomousDatabaseCharacterSetsRequest.Builder |
isShared(Boolean isShared)
Specifies whether this request is for Autonomous Database on Shared infrastructure.
|
ListAutonomousDatabaseCharacterSetsRequest.Builder |
opcRequestId(String opcRequestId)
Unique identifier for the request.
|
ListAutonomousDatabaseCharacterSetsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListAutonomousDatabaseCharacterSetsRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.
opcRequestId
- the value to setpublic ListAutonomousDatabaseCharacterSetsRequest.Builder isShared(Boolean isShared)
Specifies whether this request is for Autonomous Database on Shared infrastructure. By default, this request will be for Autonomous Database on Dedicated Exadata Infrastructure.
isShared
- the value to setpublic ListAutonomousDatabaseCharacterSetsRequest.Builder characterSetType(ListAutonomousDatabaseCharacterSetsRequest.CharacterSetType characterSetType)
Specifies whether this request pertains to database character sets or national character sets.
characterSetType
- the value to setpublic ListAutonomousDatabaseCharacterSetsRequest.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 ListAutonomousDatabaseCharacterSetsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListAutonomousDatabaseCharacterSetsRequest.Builder copy(ListAutonomousDatabaseCharacterSetsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListAutonomousDatabaseCharacterSetsRequest,Void>
o
- other request from which to copy valuespublic ListAutonomousDatabaseCharacterSetsRequest build()
Build the instance of ListAutonomousDatabaseCharacterSetsRequest 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<ListAutonomousDatabaseCharacterSetsRequest,Void>
public ListAutonomousDatabaseCharacterSetsRequest buildWithoutInvocationCallback()
Build the instance of ListAutonomousDatabaseCharacterSetsRequest 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–2023. All rights reserved.