public static interface RotateEncryptionKeyRequest.Builder extends RedshiftRequest.Builder, CopyableBuilder<RotateEncryptionKeyRequest.Builder,RotateEncryptionKeyRequest>
| Modifier and Type | Method and Description |
|---|---|
RotateEncryptionKeyRequest.Builder |
clusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster that you want to rotate the encryption keys for.
|
RotateEncryptionKeyRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildRotateEncryptionKeyRequest.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.
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.
RotateEncryptionKeyRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.