@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 WebSocket 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.
|
EndpointType |
endpointType()
The endpoint type.
|
String |
endpointTypeAsString()
The endpoint type.
|
boolean |
equals(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() |
static Class<? extends DomainNameConfiguration.Builder> |
serializableBuilderClass() |
DomainNameConfiguration.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String apiGatewayDomainName()
A domain name for the WebSocket API.
public 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 String certificateName()
The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.
public Instant certificateUploadDate()
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
public 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 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 String hostedZoneId()
The Amazon Route 53 Hosted Zone ID of the endpoint. See AWS Regions and Endpoints for API Gateway.
public DomainNameConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DomainNameConfiguration.Builder,DomainNameConfiguration>public static DomainNameConfiguration.Builder builder()
public static Class<? extends DomainNameConfiguration.Builder> serializableBuilderClass()
Copyright © 2019. All rights reserved.