CopyableBuilder<CreateDomainNameRequest.Builder,CreateDomainNameRequest>
, SdkBuilder<CreateDomainNameRequest.Builder,CreateDomainNameRequest>
public static interface CreateDomainNameRequest.Builder extends CopyableBuilder<CreateDomainNameRequest.Builder,CreateDomainNameRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateDomainNameRequest.Builder |
certificateArn(String certificateArn) |
The reference to an AWS-managed certificate.
|
CreateDomainNameRequest.Builder |
certificateBody(String certificateBody) |
[Deprecated] The body of the server certificate provided by your certificate authority.
|
CreateDomainNameRequest.Builder |
certificateChain(String certificateChain) |
[Deprecated] The intermediate certificates and optionally the root certificate, one after the other without
any blank lines.
|
CreateDomainNameRequest.Builder |
certificateName(String certificateName) |
The user-friendly name of the certificate.
|
CreateDomainNameRequest.Builder |
certificatePrivateKey(String certificatePrivateKey) |
[Deprecated] Your certificate's private key.
|
CreateDomainNameRequest.Builder |
domainName(String domainName) |
(Required) The name of the DomainName resource.
|
copy
apply, build
CreateDomainNameRequest.Builder domainName(String domainName)
(Required) The name of the DomainName resource.
domainName
- (Required) The name of the DomainName resource.CreateDomainNameRequest.Builder certificateName(String certificateName)
The user-friendly name of the certificate.
certificateName
- The user-friendly name of the certificate.CreateDomainNameRequest.Builder certificateBody(String certificateBody)
[Deprecated] The body of the server certificate provided by your certificate authority.
certificateBody
- [Deprecated] The body of the server certificate provided by your certificate authority.CreateDomainNameRequest.Builder certificatePrivateKey(String certificatePrivateKey)
[Deprecated] Your certificate's private key.
certificatePrivateKey
- [Deprecated] Your certificate's private key.CreateDomainNameRequest.Builder certificateChain(String certificateChain)
[Deprecated] The intermediate certificates and optionally the root certificate, one after the other without any blank lines. If you include the root certificate, your certificate chain must start with intermediate certificates and end with the root certificate. Use the intermediate certificates that were provided by your certificate authority. Do not include any intermediaries that are not in the chain of trust path.
certificateChain
- [Deprecated] The intermediate certificates and optionally the root certificate, one after the other
without any blank lines. If you include the root certificate, your certificate chain must start with
intermediate certificates and end with the root certificate. Use the intermediate certificates that
were provided by your certificate authority. Do not include any intermediaries that are not in the
chain of trust path.CreateDomainNameRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.