Interface PublicDnsPropertiesMutableChange.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PublicDnsPropertiesMutableChange.Builder,,- PublicDnsPropertiesMutableChange> - SdkBuilder<PublicDnsPropertiesMutableChange.Builder,,- PublicDnsPropertiesMutableChange> - SdkPojo
- Enclosing class:
- PublicDnsPropertiesMutableChange
@Mutable
@NotThreadSafe
public static interface PublicDnsPropertiesMutableChange.Builder
extends SdkPojo, CopyableBuilder<PublicDnsPropertiesMutableChange.Builder,PublicDnsPropertiesMutableChange> 
- 
Method SummaryModifier and TypeMethodDescriptionsoa(Consumer<SOAChange.Builder> soa) Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
soaUpdated 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.
 
- 
soaUpdated 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 on- SOAChange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-