Interface PrivateDnsNameConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PrivateDnsNameConfiguration.Builder,PrivateDnsNameConfiguration>, SdkBuilder<PrivateDnsNameConfiguration.Builder,PrivateDnsNameConfiguration>, SdkPojo
Enclosing class:
PrivateDnsNameConfiguration

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

    • state

      The verification state of the VPC endpoint service.

      >Consumers of the endpoint service can use the private name only when the state is verified.

      Parameters:
      state - The verification state of the VPC endpoint service.

      >Consumers of the endpoint service can use the private name only when the state is verified.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The verification state of the VPC endpoint service.

      >Consumers of the endpoint service can use the private name only when the state is verified.

      Parameters:
      state - The verification state of the VPC endpoint service.

      >Consumers of the endpoint service can use the private name only when the state is verified.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The endpoint service verification type, for example TXT.

      Parameters:
      type - The endpoint service verification type, for example TXT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value the service provider adds to the private DNS name domain record before verification.

      Parameters:
      value - The value the service provider adds to the private DNS name domain record before verification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the record subdomain the service provider needs to create. The service provider adds the value text to the name.

      Parameters:
      name - The name of the record subdomain the service provider needs to create. The service provider adds the value text to the name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.