CopyableBuilder<CheckDNSAvailabilityResponse.Builder,CheckDNSAvailabilityResponse>
, SdkBuilder<CheckDNSAvailabilityResponse.Builder,CheckDNSAvailabilityResponse>
public static interface CheckDNSAvailabilityResponse.Builder extends CopyableBuilder<CheckDNSAvailabilityResponse.Builder,CheckDNSAvailabilityResponse>
Modifier and Type | Method | 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.
|
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.