Uses of Interface
software.amazon.awssdk.services.cloudhsmv2.model.Hsm.Builder
-
Packages that use Hsm.Builder Package Description software.amazon.awssdk.services.cloudhsmv2.model -
-
Uses of Hsm.Builder in software.amazon.awssdk.services.cloudhsmv2.model
Methods in software.amazon.awssdk.services.cloudhsmv2.model that return Hsm.Builder Modifier and Type Method Description Hsm.BuilderHsm.Builder. availabilityZone(String availabilityZone)The Availability Zone that contains the HSM.static Hsm.BuilderHsm. builder()Hsm.BuilderHsm.Builder. clusterId(String clusterId)The identifier (ID) of the cluster that contains the HSM.Hsm.BuilderHsm.Builder. eniId(String eniId)The identifier (ID) of the HSM's elastic network interface (ENI).Hsm.BuilderHsm.Builder. eniIp(String eniIp)The IP address of the HSM's elastic network interface (ENI).Hsm.BuilderHsm.Builder. hsmId(String hsmId)The HSM's identifier (ID).Hsm.BuilderHsm.Builder. state(String state)The HSM's state.Hsm.BuilderHsm.Builder. state(HsmState state)The HSM's state.Hsm.BuilderHsm.Builder. stateMessage(String stateMessage)A description of the HSM's state.Hsm.BuilderHsm.Builder. subnetId(String subnetId)The subnet that contains the HSM's elastic network interface (ENI).Hsm.BuilderHsm. toBuilder()Methods in software.amazon.awssdk.services.cloudhsmv2.model that return types with arguments of type Hsm.Builder Modifier and Type Method Description static Class<? extends Hsm.Builder>Hsm. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudhsmv2.model with type arguments of type Hsm.Builder Modifier and Type Method Description default CreateHsmResponse.BuilderCreateHsmResponse.Builder. hsm(Consumer<Hsm.Builder> hsm)Information about the HSM that was created.
-