Interface PrivateDnsNameConfiguration.Builder

    • Method Detail

      • state

        PrivateDnsNameConfiguration.Builder state​(String 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:
        DnsNameState, DnsNameState
      • state

        PrivateDnsNameConfiguration.Builder state​(DnsNameState 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:
        DnsNameState, DnsNameState
      • type

        PrivateDnsNameConfiguration.Builder type​(String 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

        PrivateDnsNameConfiguration.Builder value​(String 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

        PrivateDnsNameConfiguration.Builder name​(String 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.