| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudhsmv2.model |
| Modifier and Type | Method and Description |
|---|---|
Hsm.Builder |
Hsm.Builder.availabilityZone(String availabilityZone)
The Availability Zone that contains the HSM.
|
static Hsm.Builder |
Hsm.builder() |
Hsm.Builder |
Hsm.Builder.clusterId(String clusterId)
The identifier (ID) of the cluster that contains the HSM.
|
Hsm.Builder |
Hsm.Builder.eniId(String eniId)
The identifier (ID) of the HSM's elastic network interface (ENI).
|
Hsm.Builder |
Hsm.Builder.eniIp(String eniIp)
The IP address of the HSM's elastic network interface (ENI).
|
Hsm.Builder |
Hsm.Builder.hsmId(String hsmId)
The HSM's identifier (ID).
|
Hsm.Builder |
Hsm.Builder.state(HsmState state)
The HSM's state.
|
Hsm.Builder |
Hsm.Builder.state(String state)
The HSM's state.
|
Hsm.Builder |
Hsm.Builder.stateMessage(String stateMessage)
A description of the HSM's state.
|
Hsm.Builder |
Hsm.Builder.subnetId(String subnetId)
The subnet that contains the HSM's elastic network interface (ENI).
|
Hsm.Builder |
Hsm.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Hsm.Builder> |
Hsm.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateHsmResponse.Builder |
CreateHsmResponse.Builder.hsm(Consumer<Hsm.Builder> hsm)
Information about the HSM that was created.
|
Copyright © 2023. All rights reserved.