Interface CheckDnsAvailabilityResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CheckDnsAvailabilityResponse.Builder,,CheckDnsAvailabilityResponse> ElasticBeanstalkResponse.Builder,SdkBuilder<CheckDnsAvailabilityResponse.Builder,,CheckDnsAvailabilityResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CheckDnsAvailabilityResponse
public static interface CheckDnsAvailabilityResponse.Builder
extends ElasticBeanstalkResponse.Builder, SdkPojo, CopyableBuilder<CheckDnsAvailabilityResponse.Builder,CheckDnsAvailabilityResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionIndicates if the specified CNAME is available:fullyQualifiedCNAME(String fullyQualifiedCNAME) The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
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
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.
 
 
 -