Interface ModifyGlobalClusterRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyGlobalClusterRequest.Builder,ModifyGlobalClusterRequest>,DocDbRequest.Builder,SdkBuilder<ModifyGlobalClusterRequest.Builder,ModifyGlobalClusterRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ModifyGlobalClusterRequest
public static interface ModifyGlobalClusterRequest.Builder extends DocDbRequest.Builder, SdkPojo, CopyableBuilder<ModifyGlobalClusterRequest.Builder,ModifyGlobalClusterRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModifyGlobalClusterRequest.BuilderdeletionProtection(Boolean deletionProtection)Indicates if the global cluster has deletion protection enabled.ModifyGlobalClusterRequest.BuilderglobalClusterIdentifier(String globalClusterIdentifier)The identifier for the global cluster being modified.ModifyGlobalClusterRequest.BuildernewGlobalClusterIdentifier(String newGlobalClusterIdentifier)The new identifier for a global cluster when you modify a global cluster.ModifyGlobalClusterRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifyGlobalClusterRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.docdb.model.DocDbRequest.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
-
globalClusterIdentifier
ModifyGlobalClusterRequest.Builder globalClusterIdentifier(String globalClusterIdentifier)
The identifier for the global cluster being modified. This parameter isn't case-sensitive.
Constraints:
-
Must match the identifier of an existing global cluster.
- Parameters:
globalClusterIdentifier- The identifier for the global cluster being modified. This parameter isn't case-sensitive.Constraints:
-
Must match the identifier of an existing global cluster.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
newGlobalClusterIdentifier
ModifyGlobalClusterRequest.Builder newGlobalClusterIdentifier(String newGlobalClusterIdentifier)
The new identifier for a global cluster when you modify a global cluster. This value is stored as a lowercase string.
-
Must contain from 1 to 63 letters, numbers, or hyphens
The first character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
Example:
my-cluster2- Parameters:
newGlobalClusterIdentifier- The new identifier for a global cluster when you modify a global cluster. This value is stored as a lowercase string.-
Must contain from 1 to 63 letters, numbers, or hyphens
The first character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
Example:
my-cluster2-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
deletionProtection
ModifyGlobalClusterRequest.Builder deletionProtection(Boolean deletionProtection)
Indicates if the global cluster has deletion protection enabled. The global cluster can't be deleted when deletion protection is enabled.
- Parameters:
deletionProtection- Indicates if the global cluster has deletion protection enabled. The global cluster can't be deleted when deletion protection is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ModifyGlobalClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyGlobalClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-