Interface PublicDnsNamespaceChange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PublicDnsNamespaceChange.Builder,PublicDnsNamespaceChange>,SdkBuilder<PublicDnsNamespaceChange.Builder,PublicDnsNamespaceChange>,SdkPojo
- Enclosing class:
- PublicDnsNamespaceChange
public static interface PublicDnsNamespaceChange.Builder extends SdkPojo, CopyableBuilder<PublicDnsNamespaceChange.Builder,PublicDnsNamespaceChange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PublicDnsNamespaceChange.Builderdescription(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.PublicDnsNamespaceChange.Builderproperties(PublicDnsNamespacePropertiesChange properties)Properties to be updated in the public 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
-
description
PublicDnsNamespaceChange.Builder description(String description)
An 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.
-
properties
PublicDnsNamespaceChange.Builder properties(PublicDnsNamespacePropertiesChange properties)
Properties 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.
-
properties
default 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 onPublicDnsNamespacePropertiesChange.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
properties(PublicDnsNamespacePropertiesChange)
-
-