Cluster.Builder |
Cluster.Builder.backupPolicy(String backupPolicy) |
The cluster's backup policy.
|
Cluster.Builder |
Cluster.Builder.backupPolicy(BackupPolicy backupPolicy) |
The cluster's backup policy.
|
default Cluster.Builder |
Cluster.Builder.backupRetentionPolicy(Consumer<BackupRetentionPolicy.Builder> backupRetentionPolicy) |
A policy that defines how the service retains backups.
|
Cluster.Builder |
Cluster.Builder.backupRetentionPolicy(BackupRetentionPolicy backupRetentionPolicy) |
A policy that defines how the service retains backups.
|
static Cluster.Builder |
Cluster.builder() |
|
default Cluster.Builder |
Cluster.Builder.certificates(Consumer<Certificates.Builder> certificates) |
Contains one or more certificates or a certificate signing request (CSR).
|
Cluster.Builder |
Cluster.Builder.certificates(Certificates certificates) |
Contains one or more certificates or a certificate signing request (CSR).
|
Cluster.Builder |
Cluster.Builder.clusterId(String clusterId) |
The cluster's identifier (ID).
|
Cluster.Builder |
Cluster.Builder.createTimestamp(Instant createTimestamp) |
The date and time when the cluster was created.
|
Cluster.Builder |
Cluster.Builder.hsms(Collection<Hsm> hsms) |
Contains information about the HSMs in the cluster.
|
Cluster.Builder |
Cluster.Builder.hsms(Consumer<Hsm.Builder>... hsms) |
Contains information about the HSMs in the cluster.
|
Cluster.Builder |
Cluster.Builder.hsms(Hsm... hsms) |
Contains information about the HSMs in the cluster.
|
Cluster.Builder |
Cluster.Builder.hsmType(String hsmType) |
The type of HSM that the cluster contains.
|
Cluster.Builder |
Cluster.Builder.mode(String mode) |
The mode of the cluster.
|
Cluster.Builder |
Cluster.Builder.mode(ClusterMode mode) |
The mode of the cluster.
|
Cluster.Builder |
Cluster.Builder.preCoPassword(String preCoPassword) |
The default password for the cluster's Pre-Crypto Officer (PRECO) user.
|
Cluster.Builder |
Cluster.Builder.securityGroup(String securityGroup) |
The identifier (ID) of the cluster's security group.
|
Cluster.Builder |
Cluster.Builder.sourceBackupId(String sourceBackupId) |
The identifier (ID) of the backup used to create the cluster.
|
Cluster.Builder |
Cluster.Builder.state(String state) |
The cluster's state.
|
Cluster.Builder |
Cluster.Builder.state(ClusterState state) |
The cluster's state.
|
Cluster.Builder |
Cluster.Builder.stateMessage(String stateMessage) |
A description of the cluster's state.
|
Cluster.Builder |
Cluster.Builder.subnetMapping(Map<String,String> subnetMapping) |
A map from availability zone to the cluster’s subnet in that availability zone.
|
Cluster.Builder |
Cluster.Builder.tagList(Collection<Tag> tagList) |
The list of tags for the cluster.
|
Cluster.Builder |
Cluster.Builder.tagList(Consumer<Tag.Builder>... tagList) |
The list of tags for the cluster.
|
Cluster.Builder |
Cluster.Builder.tagList(Tag... tagList) |
The list of tags for the cluster.
|
Cluster.Builder |
Cluster.toBuilder() |
|
Cluster.Builder |
Cluster.Builder.vpcId(String vpcId) |
The identifier (ID) of the virtual private cloud (VPC) that contains the cluster.
|