| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudhsmv2.model |
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.backupPolicy(BackupPolicy backupPolicy)
The cluster's backup policy.
|
Cluster.Builder |
Cluster.Builder.backupPolicy(String backupPolicy)
The cluster's backup policy.
|
Cluster.Builder |
Cluster.Builder.backupRetentionPolicy(BackupRetentionPolicy backupRetentionPolicy)
A policy that defines how the service retains backups.
|
default Cluster.Builder |
Cluster.Builder.backupRetentionPolicy(Consumer<BackupRetentionPolicy.Builder> backupRetentionPolicy)
A policy that defines how the service retains backups.
|
static Cluster.Builder |
Cluster.builder() |
Cluster.Builder |
Cluster.Builder.certificates(Certificates certificates)
Contains one or more certificates or a certificate signing request (CSR).
|
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.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.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(ClusterState state)
The cluster's state.
|
Cluster.Builder |
Cluster.Builder.state(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Cluster.Builder> |
Cluster.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ModifyClusterResponse.Builder |
ModifyClusterResponse.Builder.cluster(Consumer<Cluster.Builder> cluster)
Sets the value of the Cluster property for this object.
|
default CreateClusterResponse.Builder |
CreateClusterResponse.Builder.cluster(Consumer<Cluster.Builder> cluster)
Information about the cluster that was created.
|
default DeleteClusterResponse.Builder |
DeleteClusterResponse.Builder.cluster(Consumer<Cluster.Builder> cluster)
Information about the cluster that was deleted.
|
Copyright © 2023. All rights reserved.