Interface UpdateKxClusterDatabasesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateKxClusterDatabasesRequest.Builder,UpdateKxClusterDatabasesRequest>,FinspaceRequest.Builder,SdkBuilder<UpdateKxClusterDatabasesRequest.Builder,UpdateKxClusterDatabasesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateKxClusterDatabasesRequest
public static interface UpdateKxClusterDatabasesRequest.Builder extends FinspaceRequest.Builder, SdkPojo, CopyableBuilder<UpdateKxClusterDatabasesRequest.Builder,UpdateKxClusterDatabasesRequest>
-
-
Method Summary
-
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 Detail
-
environmentId
UpdateKxClusterDatabasesRequest.Builder environmentId(String 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
UpdateKxClusterDatabasesRequest.Builder clusterName(String 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
UpdateKxClusterDatabasesRequest.Builder clientToken(String 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
UpdateKxClusterDatabasesRequest.Builder databases(Collection<KxDatabaseConfiguration> 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(KxDatabaseConfiguration... 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.Builderavoiding the need to create one manually viaKxDatabaseConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#databases(List.) - 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:
#databases(java.util.Collection)
-
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.Builderavoiding the need to create one manually viaKxDeploymentConfiguration.builder().When the
Consumercompletes,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:
deploymentConfiguration(KxDeploymentConfiguration)
-
overrideConfiguration
UpdateKxClusterDatabasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateKxClusterDatabasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-