@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDomainNameResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents a custom domain name as a user-friendly host name of an API (RestApi).
When you deploy an API, API Gateway creates a default host name for the API. This default API host name is of the
{restapi-id}.execute-api.{region}.amazonaws.com
format. With the default host name, you can access the
API's root resource with the URL of https://{restapi-id}.execute-api.{region}.amazonaws.com/{stage}/
.
When you set up a custom domain name of apis.example.com
for this API, you can then access the same
resource using the URL of the https://apis.examples.com/myApi
, where myApi
is the base path
mapping (BasePathMapping) of your API under the custom domain name.
Constructor and Description |
---|
UpdateDomainNameResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDomainNameResult |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name.
|
String |
getCertificateName()
The name of the certificate that will be used by 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 |
getDistributionDomainName()
The domain name of the Amazon CloudFront distribution associated with this custom domain name for an
edge-optimized endpoint.
|
String |
getDistributionHostedZoneId()
The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint.
|
String |
getDomainName()
The custom domain name as an API host name, for example,
my-api.example.com . |
EndpointConfiguration |
getEndpointConfiguration()
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
String |
getRegionalCertificateArn()
The reference to an AWS-managed certificate that will be used for validating the regional domain name.
|
String |
getRegionalCertificateName()
The name of the certificate that will be used for validating the regional domain name.
|
String |
getRegionalDomainName()
The domain name associated with the regional endpoint for this custom domain name.
|
String |
getRegionalHostedZoneId()
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
|
int |
hashCode() |
void |
setCertificateArn(String certificateArn)
The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name.
|
void |
setCertificateName(String certificateName)
The name of the certificate that will be used by 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 |
setDistributionDomainName(String distributionDomainName)
The domain name of the Amazon CloudFront distribution associated with this custom domain name for an
edge-optimized endpoint.
|
void |
setDistributionHostedZoneId(String distributionHostedZoneId)
The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint.
|
void |
setDomainName(String domainName)
The custom domain name as an API host name, for example,
my-api.example.com . |
void |
setEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
void |
setRegionalCertificateArn(String regionalCertificateArn)
The reference to an AWS-managed certificate that will be used for validating the regional domain name.
|
void |
setRegionalCertificateName(String regionalCertificateName)
The name of the certificate that will be used for validating the regional domain name.
|
void |
setRegionalDomainName(String regionalDomainName)
The domain name associated with the regional endpoint for this custom domain name.
|
void |
setRegionalHostedZoneId(String regionalHostedZoneId)
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateDomainNameResult |
withCertificateArn(String certificateArn)
The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name.
|
UpdateDomainNameResult |
withCertificateName(String certificateName)
The name of the certificate that will be used by edge-optimized endpoint for this domain name.
|
UpdateDomainNameResult |
withCertificateUploadDate(Date certificateUploadDate)
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
|
UpdateDomainNameResult |
withDistributionDomainName(String distributionDomainName)
The domain name of the Amazon CloudFront distribution associated with this custom domain name for an
edge-optimized endpoint.
|
UpdateDomainNameResult |
withDistributionHostedZoneId(String distributionHostedZoneId)
The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint.
|
UpdateDomainNameResult |
withDomainName(String domainName)
The custom domain name as an API host name, for example,
my-api.example.com . |
UpdateDomainNameResult |
withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
UpdateDomainNameResult |
withRegionalCertificateArn(String regionalCertificateArn)
The reference to an AWS-managed certificate that will be used for validating the regional domain name.
|
UpdateDomainNameResult |
withRegionalCertificateName(String regionalCertificateName)
The name of the certificate that will be used for validating the regional domain name.
|
UpdateDomainNameResult |
withRegionalDomainName(String regionalDomainName)
The domain name associated with the regional endpoint for this custom domain name.
|
UpdateDomainNameResult |
withRegionalHostedZoneId(String regionalHostedZoneId)
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDomainName(String domainName)
The custom domain name as an API host name, for example, my-api.example.com
.
domainName
- The custom domain name as an API host name, for example, my-api.example.com
.public String getDomainName()
The custom domain name as an API host name, for example, my-api.example.com
.
my-api.example.com
.public UpdateDomainNameResult withDomainName(String domainName)
The custom domain name as an API host name, for example, my-api.example.com
.
domainName
- The custom domain name as an API host name, for example, my-api.example.com
.public void setCertificateName(String certificateName)
The name of the certificate that will be used by edge-optimized endpoint for this domain name.
certificateName
- The name of the certificate that will be used by edge-optimized endpoint for this domain name.public String getCertificateName()
The name of the certificate that will be used by edge-optimized endpoint for this domain name.
public UpdateDomainNameResult withCertificateName(String certificateName)
The name of the certificate that will be used by edge-optimized endpoint for this domain name.
certificateName
- The name of the certificate that will be used by edge-optimized endpoint for this domain name.public void setCertificateArn(String certificateArn)
The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.
certificateArn
- The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain
name. AWS Certificate Manager is the only supported source.public String getCertificateArn()
The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.
public UpdateDomainNameResult withCertificateArn(String certificateArn)
The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.
certificateArn
- The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain
name. AWS Certificate Manager is the only supported source.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 UpdateDomainNameResult 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 setRegionalDomainName(String regionalDomainName)
The domain name associated with the regional endpoint for this custom domain name. You set up this association by adding a DNS record that points the custom domain name to this regional domain name. The regional domain name is returned by API Gateway when you create a regional endpoint.
regionalDomainName
- The domain name associated with the regional endpoint for this custom domain name. You set up this
association by adding a DNS record that points the custom domain name to this regional domain name. The
regional domain name is returned by API Gateway when you create a regional endpoint.public String getRegionalDomainName()
The domain name associated with the regional endpoint for this custom domain name. You set up this association by adding a DNS record that points the custom domain name to this regional domain name. The regional domain name is returned by API Gateway when you create a regional endpoint.
public UpdateDomainNameResult withRegionalDomainName(String regionalDomainName)
The domain name associated with the regional endpoint for this custom domain name. You set up this association by adding a DNS record that points the custom domain name to this regional domain name. The regional domain name is returned by API Gateway when you create a regional endpoint.
regionalDomainName
- The domain name associated with the regional endpoint for this custom domain name. You set up this
association by adding a DNS record that points the custom domain name to this regional domain name. The
regional domain name is returned by API Gateway when you create a regional endpoint.public void setRegionalHostedZoneId(String regionalHostedZoneId)
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint. For more information, see Set up a Regional Custom Domain Name and AWS Regions and Endpoints for API Gateway.
regionalHostedZoneId
- The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint. For more information, see Set up a Regional Custom Domain Name and AWS Regions and Endpoints
for API Gateway.public String getRegionalHostedZoneId()
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint. For more information, see Set up a Regional Custom Domain Name and AWS Regions and Endpoints for API Gateway.
public UpdateDomainNameResult withRegionalHostedZoneId(String regionalHostedZoneId)
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint. For more information, see Set up a Regional Custom Domain Name and AWS Regions and Endpoints for API Gateway.
regionalHostedZoneId
- The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint. For more information, see Set up a Regional Custom Domain Name and AWS Regions and Endpoints
for API Gateway.public void setRegionalCertificateName(String regionalCertificateName)
The name of the certificate that will be used for validating the regional domain name.
regionalCertificateName
- The name of the certificate that will be used for validating the regional domain name.public String getRegionalCertificateName()
The name of the certificate that will be used for validating the regional domain name.
public UpdateDomainNameResult withRegionalCertificateName(String regionalCertificateName)
The name of the certificate that will be used for validating the regional domain name.
regionalCertificateName
- The name of the certificate that will be used for validating the regional domain name.public void setRegionalCertificateArn(String regionalCertificateArn)
The reference to an AWS-managed certificate that will be used for validating the regional domain name. AWS Certificate Manager is the only supported source.
regionalCertificateArn
- The reference to an AWS-managed certificate that will be used for validating the regional domain name. AWS
Certificate Manager is the only supported source.public String getRegionalCertificateArn()
The reference to an AWS-managed certificate that will be used for validating the regional domain name. AWS Certificate Manager is the only supported source.
public UpdateDomainNameResult withRegionalCertificateArn(String regionalCertificateArn)
The reference to an AWS-managed certificate that will be used for validating the regional domain name. AWS Certificate Manager is the only supported source.
regionalCertificateArn
- The reference to an AWS-managed certificate that will be used for validating the regional domain name. AWS
Certificate Manager is the only supported source.public void setDistributionDomainName(String distributionDomainName)
The domain name of the Amazon CloudFront distribution associated with this custom domain name for an edge-optimized endpoint. You set up this association when adding a DNS record pointing the custom domain name to this distribution name. For more information about CloudFront distributions, see the Amazon CloudFront documentation.
distributionDomainName
- The domain name of the Amazon CloudFront distribution associated with this custom domain name for an
edge-optimized endpoint. You set up this association when adding a DNS record pointing the custom domain
name to this distribution name. For more information about CloudFront distributions, see the Amazon CloudFront
documentation.public String getDistributionDomainName()
The domain name of the Amazon CloudFront distribution associated with this custom domain name for an edge-optimized endpoint. You set up this association when adding a DNS record pointing the custom domain name to this distribution name. For more information about CloudFront distributions, see the Amazon CloudFront documentation.
public UpdateDomainNameResult withDistributionDomainName(String distributionDomainName)
The domain name of the Amazon CloudFront distribution associated with this custom domain name for an edge-optimized endpoint. You set up this association when adding a DNS record pointing the custom domain name to this distribution name. For more information about CloudFront distributions, see the Amazon CloudFront documentation.
distributionDomainName
- The domain name of the Amazon CloudFront distribution associated with this custom domain name for an
edge-optimized endpoint. You set up this association when adding a DNS record pointing the custom domain
name to this distribution name. For more information about CloudFront distributions, see the Amazon CloudFront
documentation.public void setDistributionHostedZoneId(String distributionHostedZoneId)
The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint. The valid value is
Z2FDTNDATAQYW2
for all the regions. For more information, see Set up a Regional Custom Domain Name and AWS Regions and Endpoints for
API Gateway.
distributionHostedZoneId
- The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint. The valid value is
Z2FDTNDATAQYW2
for all the regions. For more information, see Set up a Regional Custom Domain Name and AWS Regions and Endpoints
for API Gateway.public String getDistributionHostedZoneId()
The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint. The valid value is
Z2FDTNDATAQYW2
for all the regions. For more information, see Set up a Regional Custom Domain Name and AWS Regions and Endpoints for
API Gateway.
Z2FDTNDATAQYW2
for all the regions. For more information, see Set up a Regional Custom Domain Name and AWS Regions and
Endpoints for API Gateway.public UpdateDomainNameResult withDistributionHostedZoneId(String distributionHostedZoneId)
The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint. The valid value is
Z2FDTNDATAQYW2
for all the regions. For more information, see Set up a Regional Custom Domain Name and AWS Regions and Endpoints for
API Gateway.
distributionHostedZoneId
- The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint. The valid value is
Z2FDTNDATAQYW2
for all the regions. For more information, see Set up a Regional Custom Domain Name and AWS Regions and Endpoints
for API Gateway.public void setEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
endpointConfiguration
- The endpoint configuration of this DomainName showing the endpoint types of the domain name.public EndpointConfiguration getEndpointConfiguration()
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
public UpdateDomainNameResult withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
endpointConfiguration
- The endpoint configuration of this DomainName showing the endpoint types of the domain name.public String toString()
toString
in class Object
Object.toString()
public UpdateDomainNameResult clone()
Copyright © 2018. All rights reserved.