Interface CheckDnsAvailabilityResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CheckDnsAvailabilityResponse.Builder,CheckDnsAvailabilityResponse>, ElasticBeanstalkResponse.Builder, SdkBuilder<CheckDnsAvailabilityResponse.Builder,CheckDnsAvailabilityResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CheckDnsAvailabilityResponse

  • Method Details

    • 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.