Interface RotateEncryptionKeyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<RotateEncryptionKeyRequest.Builder,RotateEncryptionKeyRequest>
,RedshiftRequest.Builder
,SdkBuilder<RotateEncryptionKeyRequest.Builder,RotateEncryptionKeyRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- RotateEncryptionKeyRequest
public static interface RotateEncryptionKeyRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<RotateEncryptionKeyRequest.Builder,RotateEncryptionKeyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RotateEncryptionKeyRequest.Builder
clusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster that you want to rotate the encryption keys for.RotateEncryptionKeyRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
RotateEncryptionKeyRequest.Builder
overrideConfiguration(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.redshift.model.RedshiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clusterIdentifier
RotateEncryptionKeyRequest.Builder clusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster that you want to rotate the encryption keys for.
Constraints: Must be the name of valid cluster that has encryption enabled.
- Parameters:
clusterIdentifier
- The unique identifier of the cluster that you want to rotate the encryption keys for.Constraints: Must be the name of valid cluster that has encryption enabled.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RotateEncryptionKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
RotateEncryptionKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-