Interface DeleteHsmRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CloudHsmV2Request.Builder, CopyableBuilder<DeleteHsmRequest.Builder,DeleteHsmRequest>, SdkBuilder<DeleteHsmRequest.Builder,DeleteHsmRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DeleteHsmRequest

public static interface DeleteHsmRequest.Builder extends CloudHsmV2Request.Builder, SdkPojo, CopyableBuilder<DeleteHsmRequest.Builder,DeleteHsmRequest>
  • Method Details

    • clusterId

      DeleteHsmRequest.Builder clusterId(String clusterId)

      The identifier (ID) of the cluster that contains the HSM that you are deleting.

      Parameters:
      clusterId - The identifier (ID) of the cluster that contains the HSM that you are deleting.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hsmId

      The identifier (ID) of the HSM that you are deleting.

      Parameters:
      hsmId - The identifier (ID) of the HSM that you are deleting.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eniId

      The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.

      Parameters:
      eniId - The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eniIp

      The IP address of the elastic network interface (ENI) of the HSM that you are deleting.

      Parameters:
      eniIp - The IP address of the elastic network interface (ENI) of the HSM that you are deleting.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DeleteHsmRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.