Interface CheckDnsAvailabilityResponse.Builder

    • Method Detail

      • available

        CheckDnsAvailabilityResponse.Builder available​(Boolean available)

        Indicates if the specified CNAME is available:

        • true : The CNAME is available.

        • false : The CNAME is not available.

        Parameters:
        available - Indicates if the specified CNAME is available:

        • true : The CNAME is available.

        • false : The CNAME is not available.

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

        CheckDnsAvailabilityResponse.Builder fullyQualifiedCNAME​(String fullyQualifiedCNAME)

        The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.

        Parameters:
        fullyQualifiedCNAME - The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.
        Returns:
        Returns a reference to this object so that method calls can be chained together.