public static interface RotateEncryptionKeyRequest.Builder extends RedshiftRequest.Builder, SdkPojo, 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 | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
RotateEncryptionKeyRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.RotateEncryptionKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.