Class ModifyHsmRequest

    • Method Detail

      • hsmArn

        public final String hsmArn()

        The ARN of the HSM to modify.

        Returns:
        The ARN of the HSM to modify.
      • subnetId

        public final String subnetId()

        The new identifier of the subnet that the HSM is in. The new subnet must be in the same Availability Zone as the current subnet.

        Returns:
        The new identifier of the subnet that the HSM is in. The new subnet must be in the same Availability Zone as the current subnet.
      • eniIp

        public final String eniIp()

        The new IP address for the elastic network interface (ENI) attached to the HSM.

        If the HSM is moved to a different subnet, and an IP address is not specified, an IP address will be randomly chosen from the CIDR range of the new subnet.

        Returns:
        The new IP address for the elastic network interface (ENI) attached to the HSM.

        If the HSM is moved to a different subnet, and an IP address is not specified, an IP address will be randomly chosen from the CIDR range of the new subnet.

      • iamRoleArn

        public final String iamRoleArn()

        The new IAM role ARN.

        Returns:
        The new IAM role ARN.
      • externalId

        public final String externalId()

        The new external ID.

        Returns:
        The new external ID.
      • syslogIp

        public final String syslogIp()

        The new IP address for the syslog monitoring server. The AWS CloudHSM service only supports one syslog monitoring server.

        Returns:
        The new IP address for the syslog monitoring server. The AWS CloudHSM service only supports one syslog monitoring server.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object