Interface PrivateDnsPropertiesMutableChange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PrivateDnsPropertiesMutableChange.Builder,PrivateDnsPropertiesMutableChange>,SdkBuilder<PrivateDnsPropertiesMutableChange.Builder,PrivateDnsPropertiesMutableChange>,SdkPojo
- Enclosing class:
- PrivateDnsPropertiesMutableChange
public static interface PrivateDnsPropertiesMutableChange.Builder extends SdkPojo, CopyableBuilder<PrivateDnsPropertiesMutableChange.Builder,PrivateDnsPropertiesMutableChange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PrivateDnsPropertiesMutableChange.Buildersoa(Consumer<SOAChange.Builder> soa)Updated fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.PrivateDnsPropertiesMutableChange.Buildersoa(SOAChange soa)Updated fields for the Start of Authority (SOA) record for the hosted zone for the private 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
PrivateDnsPropertiesMutableChange.Builder soa(SOAChange soa)
Updated fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
- Parameters:
soa- Updated fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
soa
default PrivateDnsPropertiesMutableChange.Builder soa(Consumer<SOAChange.Builder> soa)
Updated fields for the Start of Authority (SOA) record for the hosted zone for the private 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)
-
-