CopyableBuilder<UpdateDomainNameResponse.Builder,UpdateDomainNameResponse>, SdkBuilder<UpdateDomainNameResponse.Builder,UpdateDomainNameResponse>public static interface UpdateDomainNameResponse.Builder extends CopyableBuilder<UpdateDomainNameResponse.Builder,UpdateDomainNameResponse>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateDomainNameResponse.Builder |
certificateArn(String certificateArn) |
The reference to an AWS-managed certificate.
|
UpdateDomainNameResponse.Builder |
certificateName(String certificateName) |
The name of the certificate.
|
UpdateDomainNameResponse.Builder |
certificateUploadDate(Date certificateUploadDate) |
The timestamp when the certificate was uploaded.
|
UpdateDomainNameResponse.Builder |
distributionDomainName(String distributionDomainName) |
The domain name of the Amazon CloudFront distribution.
|
UpdateDomainNameResponse.Builder |
domainName(String domainName) |
The name of the DomainName resource.
|
copyapply, buildUpdateDomainNameResponse.Builder domainName(String domainName)
The name of the DomainName resource.
domainName - The name of the DomainName resource.UpdateDomainNameResponse.Builder certificateName(String certificateName)
The name of the certificate.
certificateName - The name of the certificate.UpdateDomainNameResponse.Builder certificateArn(String certificateArn)
The reference to an AWS-managed certificate. AWS Certificate Manager is the only supported source.
certificateArn - The reference to an AWS-managed certificate. AWS Certificate Manager is the only supported source.UpdateDomainNameResponse.Builder certificateUploadDate(Date certificateUploadDate)
The timestamp when the certificate was uploaded.
certificateUploadDate - The timestamp when the certificate was uploaded.UpdateDomainNameResponse.Builder distributionDomainName(String distributionDomainName)
The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.
distributionDomainName - The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront
documentation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.