StructuredPojo
, ToCopyableBuilder<DomainName.Builder,DomainName>
@Generated("software.amazon.awssdk:codegen") public class DomainName extends Object implements StructuredPojo, ToCopyableBuilder<DomainName.Builder,DomainName>
Represents a domain name that is contained in a simpler, more intuitive URL that can be called.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DomainName.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DomainName.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() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends DomainName.Builder> |
serializableBuilderClass() |
|
DomainName.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
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 DomainName.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DomainName.Builder,DomainName>
public static DomainName.Builder builder()
public static Class<? extends DomainName.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.