ToCopyableBuilder<UpdateDomainNameResponse.Builder,UpdateDomainNameResponse>
@Generated("software.amazon.awssdk:codegen") public class UpdateDomainNameResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<UpdateDomainNameResponse.Builder,UpdateDomainNameResponse>
Represents a domain name that is contained in a simpler, more intuitive URL that can be called.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateDomainNameResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static UpdateDomainNameResponse.Builder |
builder() |
|
String |
certificateArn() |
The reference to an AWS-managed certificate.
|
String |
certificateName() |
The name of the certificate.
|
Date |
certificateUploadDate() |
The timestamp when the certificate was uploaded.
|
String |
distributionDomainName() |
The domain name of the Amazon CloudFront distribution.
|
String |
domainName() |
The name of the DomainName resource.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends UpdateDomainNameResponse.Builder> |
serializableBuilderClass() |
|
UpdateDomainNameResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String domainName()
The name of the DomainName resource.
public String certificateName()
The name of the certificate.
public String certificateArn()
The reference to an AWS-managed certificate. AWS Certificate Manager is the only supported source.
public Date certificateUploadDate()
The timestamp when the certificate was uploaded.
public String distributionDomainName()
The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.
public UpdateDomainNameResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateDomainNameResponse.Builder,UpdateDomainNameResponse>
public static UpdateDomainNameResponse.Builder builder()
public static Class<? extends UpdateDomainNameResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.