Interface UpdateKxClusterDatabasesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateKxClusterDatabasesRequest.Builder,
,UpdateKxClusterDatabasesRequest> FinspaceRequest.Builder
,SdkBuilder<UpdateKxClusterDatabasesRequest.Builder,
,UpdateKxClusterDatabasesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateKxClusterDatabasesRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) A token that ensures idempotency.clusterName
(String clusterName) A unique name for the cluster that you want to modify.databases
(Collection<KxDatabaseConfiguration> databases) The structure of databases mounted on the cluster.databases
(Consumer<KxDatabaseConfiguration.Builder>... databases) The structure of databases mounted on the cluster.databases
(KxDatabaseConfiguration... databases) The structure of databases mounted on the cluster.deploymentConfiguration
(Consumer<KxDeploymentConfiguration.Builder> deploymentConfiguration) The configuration that allows you to choose how you want to update the databases on a cluster.deploymentConfiguration
(KxDeploymentConfiguration deploymentConfiguration) The configuration that allows you to choose how you want to update the databases on a cluster.environmentId
(String environmentId) The unique identifier of a kdb environment.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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.finspace.model.FinspaceRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
environmentId
The unique identifier of a kdb environment.
- Parameters:
environmentId
- The unique identifier of a kdb environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterName
A unique name for the cluster that you want to modify.
- Parameters:
clusterName
- A unique name for the cluster that you want to modify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A token that ensures idempotency. This token expires in 10 minutes.
- Parameters:
clientToken
- A token that ensures idempotency. This token expires in 10 minutes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databases
The structure of databases mounted on the cluster.
- Parameters:
databases
- The structure of databases mounted on the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databases
The structure of databases mounted on the cluster.
- Parameters:
databases
- The structure of databases mounted on the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databases
UpdateKxClusterDatabasesRequest.Builder databases(Consumer<KxDatabaseConfiguration.Builder>... databases) The structure of databases mounted on the cluster.
This is a convenience method that creates an instance of theKxDatabaseConfiguration.Builder
avoiding the need to create one manually viaKxDatabaseConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todatabases(List<KxDatabaseConfiguration>)
.- Parameters:
databases
- a consumer that will call methods onKxDatabaseConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deploymentConfiguration
UpdateKxClusterDatabasesRequest.Builder deploymentConfiguration(KxDeploymentConfiguration deploymentConfiguration) The configuration that allows you to choose how you want to update the databases on a cluster.
- Parameters:
deploymentConfiguration
- The configuration that allows you to choose how you want to update the databases on a cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentConfiguration
default UpdateKxClusterDatabasesRequest.Builder deploymentConfiguration(Consumer<KxDeploymentConfiguration.Builder> deploymentConfiguration) The configuration that allows you to choose how you want to update the databases on a cluster.
This is a convenience method that creates an instance of theKxDeploymentConfiguration.Builder
avoiding the need to create one manually viaKxDeploymentConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todeploymentConfiguration(KxDeploymentConfiguration)
.- Parameters:
deploymentConfiguration
- a consumer that will call methods onKxDeploymentConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateKxClusterDatabasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateKxClusterDatabasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-