Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateDomainNameRequest.Builder,CreateDomainNameRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateDomainNameRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateDomainNameRequest.Builder,CreateDomainNameRequest>
A request to create a new domain name.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateDomainNameRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateDomainNameRequest.Builder |
builder() |
|
String |
certificateArn() |
The reference to an AWS-managed certificate.
|
String |
certificateBody() |
[Deprecated] The body of the server certificate provided by your certificate authority.
|
String |
certificateChain() |
[Deprecated] The intermediate certificates and optionally the root certificate, one after the other without any
blank lines.
|
String |
certificateName() |
The user-friendly name of the certificate.
|
String |
certificatePrivateKey() |
[Deprecated] Your certificate's private key.
|
String |
domainName() |
(Required) The name of the DomainName resource.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CreateDomainNameRequest.Builder> |
serializableBuilderClass() |
|
CreateDomainNameRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String domainName()
(Required) The name of the DomainName resource.
public String certificateName()
The user-friendly name of the certificate.
public String certificateBody()
[Deprecated] The body of the server certificate provided by your certificate authority.
public String certificatePrivateKey()
[Deprecated] Your certificate's private key.
public 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.
public String certificateArn()
The reference to an AWS-managed certificate. AWS Certificate Manager is the only supported source.
public CreateDomainNameRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateDomainNameRequest.Builder,CreateDomainNameRequest>
public static CreateDomainNameRequest.Builder builder()
public static Class<? extends CreateDomainNameRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.