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