Interface HostedZoneConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HostedZoneConfig.Builder,HostedZoneConfig>,SdkBuilder<HostedZoneConfig.Builder,HostedZoneConfig>,SdkPojo
- Enclosing class:
- HostedZoneConfig
public static interface HostedZoneConfig.Builder extends SdkPojo, CopyableBuilder<HostedZoneConfig.Builder,HostedZoneConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HostedZoneConfig.Buildercomment(String comment)Any comments that you want to include about the hosted zone.HostedZoneConfig.BuilderprivateZone(Boolean privateZone)A value that indicates whether this is a private hosted zone.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
comment
HostedZoneConfig.Builder comment(String comment)
Any comments that you want to include about the hosted zone.
- Parameters:
comment- Any comments that you want to include about the hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privateZone
HostedZoneConfig.Builder privateZone(Boolean privateZone)
A value that indicates whether this is a private hosted zone.
- Parameters:
privateZone- A value that indicates whether this is a private hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-