public static interface DomainNameConfiguration.Builder extends SdkPojo, CopyableBuilder<DomainNameConfiguration.Builder,DomainNameConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DomainNameConfiguration.Builder |
apiGatewayDomainName(String apiGatewayDomainName)
A domain name for the WebSocket API.
|
DomainNameConfiguration.Builder |
certificateArn(String certificateArn)
An AWS-managed certificate that will be used by the edge-optimized endpoint for this domain name.
|
DomainNameConfiguration.Builder |
certificateName(String certificateName)
The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain
name.
|
DomainNameConfiguration.Builder |
certificateUploadDate(Instant certificateUploadDate)
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was
uploaded.
|
DomainNameConfiguration.Builder |
domainNameStatus(DomainNameStatus domainNameStatus)
The status of the domain name migration.
|
DomainNameConfiguration.Builder |
domainNameStatus(String domainNameStatus)
The status of the domain name migration.
|
DomainNameConfiguration.Builder |
domainNameStatusMessage(String domainNameStatusMessage)
An optional text message containing detailed information about status of the domain name migration.
|
DomainNameConfiguration.Builder |
endpointType(EndpointType endpointType)
The endpoint type.
|
DomainNameConfiguration.Builder |
endpointType(String endpointType)
The endpoint type.
|
DomainNameConfiguration.Builder |
hostedZoneId(String hostedZoneId)
The Amazon Route 53 Hosted Zone ID of the endpoint.
|
DomainNameConfiguration.Builder |
securityPolicy(SecurityPolicy securityPolicy)
The Transport Layer Security (TLS) version of the security policy for this domain name.
|
DomainNameConfiguration.Builder |
securityPolicy(String securityPolicy)
The Transport Layer Security (TLS) version of the security policy for this domain name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDomainNameConfiguration.Builder apiGatewayDomainName(String apiGatewayDomainName)
A domain name for the WebSocket API.
apiGatewayDomainName - A domain name for the WebSocket API.DomainNameConfiguration.Builder certificateArn(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.
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.DomainNameConfiguration.Builder certificateName(String certificateName)
The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.
certificateName - The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this
domain name.DomainNameConfiguration.Builder certificateUploadDate(Instant certificateUploadDate)
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
certificateUploadDate - The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was
uploaded.DomainNameConfiguration.Builder endpointType(String endpointType)
The endpoint type.
endpointType - The endpoint type.EndpointType,
EndpointTypeDomainNameConfiguration.Builder endpointType(EndpointType endpointType)
The endpoint type.
endpointType - The endpoint type.EndpointType,
EndpointTypeDomainNameConfiguration.Builder hostedZoneId(String hostedZoneId)
The Amazon Route 53 Hosted Zone ID of the endpoint.
hostedZoneId - The Amazon Route 53 Hosted Zone ID of the endpoint.DomainNameConfiguration.Builder securityPolicy(String 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.
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.SecurityPolicy,
SecurityPolicyDomainNameConfiguration.Builder securityPolicy(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.
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.SecurityPolicy,
SecurityPolicyDomainNameConfiguration.Builder domainNameStatus(String 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.
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.DomainNameStatus,
DomainNameStatusDomainNameConfiguration.Builder domainNameStatus(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.
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.DomainNameStatus,
DomainNameStatusDomainNameConfiguration.Builder domainNameStatusMessage(String domainNameStatusMessage)
An optional text message containing detailed information about status of the domain name migration.
domainNameStatusMessage - An optional text message containing detailed information about status of the domain name migration.Copyright © 2019. All rights reserved.