@Generated(value="software.amazon.awssdk:codegen") public final class DomainNameConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DomainNameConfiguration.Builder,DomainNameConfiguration>
The domain name configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DomainNameConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
apiGatewayDomainName()
A domain name for the API.
|
static DomainNameConfiguration.Builder |
builder() |
String |
certificateArn()
An AWS-managed certificate that will be used by the edge-optimized endpoint for this domain name.
|
String |
certificateName()
The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.
|
Instant |
certificateUploadDate()
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
|
DomainNameStatus |
domainNameStatus()
The status of the domain name migration.
|
String |
domainNameStatusAsString()
The status of the domain name migration.
|
String |
domainNameStatusMessage()
An optional text message containing detailed information about status of the domain name migration.
|
EndpointType |
endpointType()
The endpoint type.
|
String |
endpointTypeAsString()
The endpoint type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hostedZoneId()
The Amazon Route 53 Hosted Zone ID of the endpoint.
|
List<SdkField<?>> |
sdkFields() |
SecurityPolicy |
securityPolicy()
The Transport Layer Security (TLS) version of the security policy for this domain name.
|
String |
securityPolicyAsString()
The Transport Layer Security (TLS) version of the security policy for this domain name.
|
static Class<? extends DomainNameConfiguration.Builder> |
serializableBuilderClass() |
DomainNameConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String apiGatewayDomainName()
A domain name for the API.
public final String certificateArn()
An AWS-managed certificate that will be used by the edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.
public final String certificateName()
The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.
public final Instant certificateUploadDate()
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
public final DomainNameStatus domainNameStatus()
The status of the domain name migration. The valid values are AVAILABLE and UPDATING. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.
If the service returns an enum value that is not available in the current SDK version, domainNameStatus
will return DomainNameStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from domainNameStatusAsString().
DomainNameStatuspublic final String domainNameStatusAsString()
The status of the domain name migration. The valid values are AVAILABLE and UPDATING. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.
If the service returns an enum value that is not available in the current SDK version, domainNameStatus
will return DomainNameStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from domainNameStatusAsString().
DomainNameStatuspublic final String domainNameStatusMessage()
An optional text message containing detailed information about status of the domain name migration.
public final EndpointType endpointType()
The endpoint type.
If the service returns an enum value that is not available in the current SDK version, endpointType will
return EndpointType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
endpointTypeAsString().
EndpointTypepublic final String endpointTypeAsString()
The endpoint type.
If the service returns an enum value that is not available in the current SDK version, endpointType will
return EndpointType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
endpointTypeAsString().
EndpointTypepublic final String hostedZoneId()
The Amazon Route 53 Hosted Zone ID of the endpoint.
public final SecurityPolicy securityPolicy()
The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are TLS_1_0 and TLS_1_2.
If the service returns an enum value that is not available in the current SDK version, securityPolicy
will return SecurityPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from securityPolicyAsString().
SecurityPolicypublic final String securityPolicyAsString()
The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are TLS_1_0 and TLS_1_2.
If the service returns an enum value that is not available in the current SDK version, securityPolicy
will return SecurityPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from securityPolicyAsString().
SecurityPolicypublic DomainNameConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DomainNameConfiguration.Builder,DomainNameConfiguration>public static DomainNameConfiguration.Builder builder()
public static Class<? extends DomainNameConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.