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