Interface DnsEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DnsEntry.Builder,DnsEntry>,SdkBuilder<DnsEntry.Builder,DnsEntry>,SdkPojo
- Enclosing class:
- DnsEntry
public static interface DnsEntry.Builder extends SdkPojo, CopyableBuilder<DnsEntry.Builder,DnsEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsEntry.BuilderdnsName(String dnsName)The DNS name.DnsEntry.BuilderhostedZoneId(String hostedZoneId)The ID of the 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
dnsName
DnsEntry.Builder dnsName(String dnsName)
The DNS name.
- Parameters:
dnsName- The DNS name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostedZoneId
DnsEntry.Builder hostedZoneId(String hostedZoneId)
The ID of the private hosted zone.
- Parameters:
hostedZoneId- The ID of the private hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-