Interface PrivateDnsPropertiesMutable.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PrivateDnsPropertiesMutable.Builder,PrivateDnsPropertiesMutable>,SdkBuilder<PrivateDnsPropertiesMutable.Builder,PrivateDnsPropertiesMutable>,SdkPojo
- Enclosing class:
- PrivateDnsPropertiesMutable
public static interface PrivateDnsPropertiesMutable.Builder extends SdkPojo, CopyableBuilder<PrivateDnsPropertiesMutable.Builder,PrivateDnsPropertiesMutable>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PrivateDnsPropertiesMutable.Buildersoa(Consumer<SOA.Builder> soa)Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.PrivateDnsPropertiesMutable.Buildersoa(SOA soa)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
PrivateDnsPropertiesMutable.Builder soa(SOA soa)
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
- Parameters:
soa- 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 PrivateDnsPropertiesMutable.Builder soa(Consumer<SOA.Builder> soa)
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 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)
-
-