public static interface ModifyGlobalClusterRequest.Builder extends DocDbRequest.Builder, SdkPojo, CopyableBuilder<ModifyGlobalClusterRequest.Builder,ModifyGlobalClusterRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyGlobalClusterRequest.Builder |
deletionProtection(Boolean deletionProtection)
Indicates if the global cluster has deletion protection enabled.
|
ModifyGlobalClusterRequest.Builder |
globalClusterIdentifier(String globalClusterIdentifier)
The identifier for the global cluster being modified.
|
ModifyGlobalClusterRequest.Builder |
newGlobalClusterIdentifier(String newGlobalClusterIdentifier)
The new identifier for a global cluster when you modify a global cluster.
|
ModifyGlobalClusterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyGlobalClusterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyGlobalClusterRequest.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.
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.
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
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
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.
deletionProtection - Indicates if the global cluster has deletion protection enabled. The global cluster can't be deleted
when deletion protection is enabled.ModifyGlobalClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyGlobalClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.