Interface GetDbNodeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetDbNodeRequest.Builder,,GetDbNodeRequest> OdbRequest.Builder,SdkBuilder<GetDbNodeRequest.Builder,,GetDbNodeRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetDbNodeRequest
@Mutable
@NotThreadSafe
public static interface GetDbNodeRequest.Builder
extends OdbRequest.Builder, SdkPojo, CopyableBuilder<GetDbNodeRequest.Builder,GetDbNodeRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncloudVmClusterId(String cloudVmClusterId) The unique identifier of the VM cluster that contains the DB node.The unique identifier of the DB node to retrieve information about.exadbVmClusterId(String exadbVmClusterId) The unique identifier of the Exascale VM cluster that contains the DB node.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.odb.model.OdbRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
cloudVmClusterId
The unique identifier of the VM cluster that contains the DB node. You must specify either this parameter or
exadbVmClusterId.- Parameters:
cloudVmClusterId- The unique identifier of the VM cluster that contains the DB node. You must specify either this parameter orexadbVmClusterId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exadbVmClusterId
The unique identifier of the Exascale VM cluster that contains the DB node. You must specify either this parameter or
cloudVmClusterId.- Parameters:
exadbVmClusterId- The unique identifier of the Exascale VM cluster that contains the DB node. You must specify either this parameter orcloudVmClusterId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbNodeId
The unique identifier of the DB node to retrieve information about.
- Parameters:
dbNodeId- The unique identifier of the DB node to retrieve information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetDbNodeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetDbNodeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-