Class UpdateVpceConfigurationRequest

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to update.

        Returns:
        The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to update.
      • vpceConfigurationName

        public final String vpceConfigurationName()

        The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.

        Returns:
        The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.
      • vpceServiceName

        public final String vpceServiceName()

        The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.

        Returns:
        The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.
      • serviceDnsName

        public final String serviceDnsName()

        The DNS (domain) name used to connect to your private service in your VPC. The DNS name must not already be in use on the internet.

        Returns:
        The DNS (domain) name used to connect to your private service in your VPC. The DNS name must not already be in use on the internet.
      • vpceConfigurationDescription

        public final String vpceConfigurationDescription()

        An optional description that provides details about your VPC endpoint configuration.

        Returns:
        An optional description that provides details about your VPC endpoint configuration.
      • 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