Interface PublicDnsNamespacePropertiesChange.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PublicDnsNamespacePropertiesChange.Builder,,- PublicDnsNamespacePropertiesChange> - SdkBuilder<PublicDnsNamespacePropertiesChange.Builder,,- PublicDnsNamespacePropertiesChange> - SdkPojo
- Enclosing class:
- PublicDnsNamespacePropertiesChange
@Mutable
@NotThreadSafe
public static interface PublicDnsNamespacePropertiesChange.Builder
extends SdkPojo, CopyableBuilder<PublicDnsNamespacePropertiesChange.Builder,PublicDnsNamespacePropertiesChange> 
- 
Method SummaryModifier and TypeMethodDescriptiondnsProperties(Consumer<PublicDnsPropertiesMutableChange.Builder> dnsProperties) Updated DNS properties for the hosted zone for the public DNS namespace.dnsProperties(PublicDnsPropertiesMutableChange dnsProperties) Updated DNS properties 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- 
dnsPropertiesPublicDnsNamespacePropertiesChange.Builder dnsProperties(PublicDnsPropertiesMutableChange dnsProperties) Updated DNS properties for the hosted zone for the public DNS namespace. - Parameters:
- dnsProperties- Updated DNS properties for the hosted zone for the public DNS namespace.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dnsPropertiesdefault PublicDnsNamespacePropertiesChange.Builder dnsProperties(Consumer<PublicDnsPropertiesMutableChange.Builder> dnsProperties) Updated DNS properties for the hosted zone for the public DNS namespace. This is a convenience method that creates an instance of thePublicDnsPropertiesMutableChange.Builderavoiding the need to create one manually viaPublicDnsPropertiesMutableChange.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todnsProperties(PublicDnsPropertiesMutableChange).- Parameters:
- dnsProperties- a consumer that will call methods on- PublicDnsPropertiesMutableChange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-