Interface PublicDnsNamespaceChange.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PublicDnsNamespaceChange.Builder,,- PublicDnsNamespaceChange> - SdkBuilder<PublicDnsNamespaceChange.Builder,,- PublicDnsNamespaceChange> - SdkPojo
- Enclosing class:
- PublicDnsNamespaceChange
@Mutable
@NotThreadSafe
public static interface PublicDnsNamespaceChange.Builder
extends SdkPojo, CopyableBuilder<PublicDnsNamespaceChange.Builder,PublicDnsNamespaceChange> 
- 
Method SummaryModifier and TypeMethodDescriptiondescription(String description) An updated description for the public DNS namespace.default PublicDnsNamespaceChange.Builderproperties(Consumer<PublicDnsNamespacePropertiesChange.Builder> properties) Properties to be updated in the public DNS namespace.properties(PublicDnsNamespacePropertiesChange properties) Properties to be updated in 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- 
descriptionAn updated description for the public DNS namespace. - Parameters:
- description- An updated description for the public DNS namespace.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
propertiesProperties to be updated in the public DNS namespace. - Parameters:
- properties- Properties to be updated in the public DNS namespace.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
propertiesdefault PublicDnsNamespaceChange.Builder properties(Consumer<PublicDnsNamespacePropertiesChange.Builder> properties) Properties to be updated in the public DNS namespace. This is a convenience method that creates an instance of thePublicDnsNamespacePropertiesChange.Builderavoiding the need to create one manually viaPublicDnsNamespacePropertiesChange.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toproperties(PublicDnsNamespacePropertiesChange).- Parameters:
- properties- a consumer that will call methods on- PublicDnsNamespacePropertiesChange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-