Class UpdateHostRequest

    • Method Detail

      • hostArn

        public final String hostArn()

        The Amazon Resource Name (ARN) of the host to be updated.

        Returns:
        The Amazon Resource Name (ARN) of the host to be updated.
      • providerEndpoint

        public final String providerEndpoint()

        The URL or endpoint of the host to be updated.

        Returns:
        The URL or endpoint of the host to be updated.
      • vpcConfiguration

        public final VpcConfiguration vpcConfiguration()

        The VPC configuration of the host to be updated. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.

        Returns:
        The VPC configuration of the host to be updated. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.
      • 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