public static interface Hsm.Builder extends CopyableBuilder<Hsm.Builder,Hsm>
Modifier and Type | Method and Description |
---|---|
Hsm.Builder |
availabilityZone(String availabilityZone)
The Availability Zone that contains the HSM.
|
Hsm.Builder |
clusterId(String clusterId)
The identifier (ID) of the cluster that contains the HSM.
|
Hsm.Builder |
eniId(String eniId)
The identifier (ID) of the HSM's elastic network interface (ENI).
|
Hsm.Builder |
eniIp(String eniIp)
The IP address of the HSM's elastic network interface (ENI).
|
Hsm.Builder |
hsmId(String hsmId)
The HSM's identifier (ID).
|
Hsm.Builder |
state(HsmState state)
The HSM's state.
|
Hsm.Builder |
state(String state)
The HSM's state.
|
Hsm.Builder |
stateMessage(String stateMessage)
A description of the HSM's state.
|
Hsm.Builder |
subnetId(String subnetId)
The subnet that contains the HSM's elastic network interface (ENI).
|
copy
applyMutation, build
Hsm.Builder availabilityZone(String availabilityZone)
The Availability Zone that contains the HSM.
availabilityZone
- The Availability Zone that contains the HSM.Hsm.Builder clusterId(String clusterId)
The identifier (ID) of the cluster that contains the HSM.
clusterId
- The identifier (ID) of the cluster that contains the HSM.Hsm.Builder subnetId(String subnetId)
The subnet that contains the HSM's elastic network interface (ENI).
subnetId
- The subnet that contains the HSM's elastic network interface (ENI).Hsm.Builder eniId(String eniId)
The identifier (ID) of the HSM's elastic network interface (ENI).
eniId
- The identifier (ID) of the HSM's elastic network interface (ENI).Hsm.Builder eniIp(String eniIp)
The IP address of the HSM's elastic network interface (ENI).
eniIp
- The IP address of the HSM's elastic network interface (ENI).Hsm.Builder hsmId(String hsmId)
The HSM's identifier (ID).
hsmId
- The HSM's identifier (ID).Hsm.Builder state(String state)
The HSM's state.
Hsm.Builder state(HsmState state)
The HSM's state.
Hsm.Builder stateMessage(String stateMessage)
A description of the HSM's state.
stateMessage
- A description of the HSM's state.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.