Interface PublicDnsPropertiesMutable.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PublicDnsPropertiesMutable.Builder,PublicDnsPropertiesMutable>,SdkBuilder<PublicDnsPropertiesMutable.Builder,PublicDnsPropertiesMutable>,SdkPojo
- Enclosing class:
- PublicDnsPropertiesMutable
public static interface PublicDnsPropertiesMutable.Builder extends SdkPojo, CopyableBuilder<PublicDnsPropertiesMutable.Builder,PublicDnsPropertiesMutable>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PublicDnsPropertiesMutable.Buildersoa(Consumer<SOA.Builder> soa)Start of Authority (SOA) record for the hosted zone for the public DNS namespace.PublicDnsPropertiesMutable.Buildersoa(SOA soa)Start of Authority (SOA) record for the hosted zone for the public DNS namespace.-
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
-
soa
PublicDnsPropertiesMutable.Builder soa(SOA soa)
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
- Parameters:
soa- Start of Authority (SOA) record for the hosted zone for the public DNS namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
soa
default PublicDnsPropertiesMutable.Builder soa(Consumer<SOA.Builder> soa)
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
This is a convenience method that creates an instance of theSOA.Builderavoiding the need to create one manually viaSOA.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosoa(SOA).- Parameters:
soa- a consumer that will call methods onSOA.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
soa(SOA)
-
-