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 Summary
Modifier and TypeMethodDescriptiondescription
(String description) An updated description for the public DNS namespace.default PublicDnsNamespaceChange.Builder
properties
(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.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 Details
-
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
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.Builder
avoiding the need to create one manually viaPublicDnsNamespacePropertiesChange.builder()
.When the
Consumer
completes,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:
-