public static interface CheckDNSAvailabilityResponse.Builder extends ElasticBeanstalkResponse.Builder, 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
sdkHttpResponse, sdkHttpResponse
copy
apply, build
CheckDNSAvailabilityResponse.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.