@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainNameConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The domain name configuration.
Constructor and Description |
---|
DomainNameConfiguration() |
Modifier and Type | Method and Description |
---|---|
DomainNameConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getApiGatewayDomainName()
A domain name for the WebSocket API.
|
String |
getCertificateArn()
An AWS-managed certificate that will be used by the edge-optimized endpoint for this domain name.
|
String |
getCertificateName()
The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.
|
Date |
getCertificateUploadDate()
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
|
String |
getEndpointType()
The endpoint type.
|
String |
getHostedZoneId()
The Amazon Route 53 Hosted Zone ID of the endpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApiGatewayDomainName(String apiGatewayDomainName)
A domain name for the WebSocket API.
|
void |
setCertificateArn(String certificateArn)
An AWS-managed certificate that will be used by the edge-optimized endpoint for this domain name.
|
void |
setCertificateName(String certificateName)
The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.
|
void |
setCertificateUploadDate(Date certificateUploadDate)
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
|
void |
setEndpointType(String endpointType)
The endpoint type.
|
void |
setHostedZoneId(String hostedZoneId)
The Amazon Route 53 Hosted Zone ID of the endpoint.
|
String |
toString()
Returns a string representation of this object.
|
DomainNameConfiguration |
withApiGatewayDomainName(String apiGatewayDomainName)
A domain name for the WebSocket API.
|
DomainNameConfiguration |
withCertificateArn(String certificateArn)
An AWS-managed certificate that will be used by the edge-optimized endpoint for this domain name.
|
DomainNameConfiguration |
withCertificateName(String certificateName)
The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.
|
DomainNameConfiguration |
withCertificateUploadDate(Date certificateUploadDate)
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
|
DomainNameConfiguration |
withEndpointType(EndpointType endpointType)
The endpoint type.
|
DomainNameConfiguration |
withEndpointType(String endpointType)
The endpoint type.
|
DomainNameConfiguration |
withHostedZoneId(String hostedZoneId)
The Amazon Route 53 Hosted Zone ID of the endpoint.
|
public void setApiGatewayDomainName(String apiGatewayDomainName)
A domain name for the WebSocket API.
apiGatewayDomainName
- A domain name for the WebSocket API.public String getApiGatewayDomainName()
A domain name for the WebSocket API.
public DomainNameConfiguration withApiGatewayDomainName(String apiGatewayDomainName)
A domain name for the WebSocket API.
apiGatewayDomainName
- A domain name for the WebSocket API.public void setCertificateArn(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.public String getCertificateArn()
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 DomainNameConfiguration withCertificateArn(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.public void setCertificateName(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.public String getCertificateName()
The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.
public DomainNameConfiguration withCertificateName(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.public void setCertificateUploadDate(Date 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.public Date getCertificateUploadDate()
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
public DomainNameConfiguration withCertificateUploadDate(Date 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.public void setEndpointType(String endpointType)
The endpoint type.
endpointType
- The endpoint type.EndpointType
public String getEndpointType()
The endpoint type.
EndpointType
public DomainNameConfiguration withEndpointType(String endpointType)
The endpoint type.
endpointType
- The endpoint type.EndpointType
public DomainNameConfiguration withEndpointType(EndpointType endpointType)
The endpoint type.
endpointType
- The endpoint type.EndpointType
public void setHostedZoneId(String hostedZoneId)
The Amazon Route 53 Hosted Zone ID of the endpoint.
hostedZoneId
- The Amazon Route 53 Hosted Zone ID of the endpoint.public String getHostedZoneId()
The Amazon Route 53 Hosted Zone ID of the endpoint.
public DomainNameConfiguration withHostedZoneId(String hostedZoneId)
The Amazon Route 53 Hosted Zone ID of the endpoint.
hostedZoneId
- The Amazon Route 53 Hosted Zone ID of the endpoint.public String toString()
toString
in class Object
Object.toString()
public DomainNameConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.