public static interface CheckDnsAvailabilityResponse.Builder extends ElasticBeanstalkResponse.Builder, SdkPojo, CopyableBuilder<CheckDnsAvailabilityResponse.Builder,CheckDnsAvailabilityResponse>
| Modifier and Type | Method and Description |
|---|---|
CheckDnsAvailabilityResponse.Builder |
available(Boolean available)
Indicates if the specified CNAME is available:
|
CheckDnsAvailabilityResponse.Builder |
fullyQualifiedCNAME(String fullyQualifiedCNAME)
The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCheckDnsAvailabilityResponse.Builder available(Boolean available)
Indicates if the specified CNAME is available:
true : The CNAME is available.
false : The CNAME is not available.
available - Indicates if the specified CNAME is available:
true : The CNAME is available.
false : The CNAME is not available.
CheckDnsAvailabilityResponse.Builder fullyQualifiedCNAME(String fullyQualifiedCNAME)
The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.
fullyQualifiedCNAME - The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.