ToCopyableBuilder<HostedZoneConfig.Builder,HostedZoneConfig>
@Generated("software.amazon.awssdk:codegen") public class HostedZoneConfig extends Object implements ToCopyableBuilder<HostedZoneConfig.Builder,HostedZoneConfig>
A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit
both the HostedZoneConfig
and Comment
elements.
Modifier and Type | Class | Description |
---|---|---|
static interface |
HostedZoneConfig.Builder |
Modifier and Type | Method | Description |
---|---|---|
static HostedZoneConfig.Builder |
builder() |
|
String |
comment() |
Any comments that you want to include about the hosted zone.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
privateZone() |
A value that indicates whether this is a private hosted zone.
|
static Class<? extends HostedZoneConfig.Builder> |
serializableBuilderClass() |
|
HostedZoneConfig.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String comment()
Any comments that you want to include about the hosted zone.
public Boolean privateZone()
A value that indicates whether this is a private hosted zone.
public HostedZoneConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<HostedZoneConfig.Builder,HostedZoneConfig>
public static HostedZoneConfig.Builder builder()
public static Class<? extends HostedZoneConfig.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.