ClusterSnapshot.Builder |
ClusterSnapshot.Builder.adminUserName(String adminUserName) |
The name of the elastic cluster administrator.
|
static ClusterSnapshot.Builder |
ClusterSnapshot.builder() |
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.clusterArn(String clusterArn) |
The ARN identifier of the elastic cluster.
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.clusterCreationTime(String clusterCreationTime) |
The time when the elastic cluster was created in Universal Coordinated Time (UTC).
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.kmsKeyId(String kmsKeyId) |
The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key.
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.snapshotArn(String snapshotArn) |
The ARN identifier of the elastic cluster snapshot.
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.snapshotCreationTime(String snapshotCreationTime) |
The time when the elastic cluster snapshot was created in Universal Coordinated Time (UTC).
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.snapshotName(String snapshotName) |
The name of the elastic cluster snapshot.
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.snapshotType(String snapshotType) |
The type of cluster snapshots to be returned.
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.snapshotType(SnapshotType snapshotType) |
The type of cluster snapshots to be returned.
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.status(String status) |
The status of the elastic cluster snapshot.
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.status(Status status) |
The status of the elastic cluster snapshot.
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.subnetIds(String... subnetIds) |
The Amazon EC2 subnet IDs for the elastic cluster.
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.subnetIds(Collection<String> subnetIds) |
The Amazon EC2 subnet IDs for the elastic cluster.
|
ClusterSnapshot.Builder |
ClusterSnapshot.toBuilder() |
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) |
A list of EC2 VPC security groups to associate with the elastic cluster.
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) |
A list of EC2 VPC security groups to associate with the elastic cluster.
|