CopyableBuilder<RotateEncryptionKeyRequest.Builder,RotateEncryptionKeyRequest>
, SdkBuilder<RotateEncryptionKeyRequest.Builder,RotateEncryptionKeyRequest>
public static interface RotateEncryptionKeyRequest.Builder extends CopyableBuilder<RotateEncryptionKeyRequest.Builder,RotateEncryptionKeyRequest>
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.
|
copy
apply, build
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.
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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.