CopyableBuilder<GetDomainNameResponse.Builder,GetDomainNameResponse>
, SdkBuilder<GetDomainNameResponse.Builder,GetDomainNameResponse>
public static interface GetDomainNameResponse.Builder extends CopyableBuilder<GetDomainNameResponse.Builder,GetDomainNameResponse>
Modifier and Type | Method | Description |
---|---|---|
GetDomainNameResponse.Builder |
certificateArn(String certificateArn) |
The reference to an AWS-managed certificate.
|
GetDomainNameResponse.Builder |
certificateName(String certificateName) |
The name of the certificate.
|
GetDomainNameResponse.Builder |
certificateUploadDate(Date certificateUploadDate) |
The timestamp when the certificate was uploaded.
|
GetDomainNameResponse.Builder |
distributionDomainName(String distributionDomainName) |
The domain name of the Amazon CloudFront distribution.
|
GetDomainNameResponse.Builder |
domainName(String domainName) |
The name of the DomainName resource.
|
copy
apply, build
GetDomainNameResponse.Builder domainName(String domainName)
The name of the DomainName resource.
domainName
- The name of the DomainName resource.GetDomainNameResponse.Builder certificateName(String certificateName)
The name of the certificate.
certificateName
- The name of the certificate.GetDomainNameResponse.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.GetDomainNameResponse.Builder certificateUploadDate(Date certificateUploadDate)
The timestamp when the certificate was uploaded.
certificateUploadDate
- The timestamp when the certificate was uploaded.GetDomainNameResponse.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.