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.BuilderdomainName(String domainName)The domain name of the service.DnsEntry.BuilderhostedZoneId(String hostedZoneId)The ID of the 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
-
domainName
DnsEntry.Builder domainName(String domainName)
The domain name of the service.
- Parameters:
domainName- The domain name of the service.- 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 hosted zone.
- Parameters:
hostedZoneId- The ID of the hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-