public static interface PublicDnsNamespaceChange.Builder extends SdkPojo, CopyableBuilder<PublicDnsNamespaceChange.Builder,PublicDnsNamespaceChange>
| Modifier and Type | Method and Description |
|---|---|
PublicDnsNamespaceChange.Builder |
description(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.
|
PublicDnsNamespaceChange.Builder |
properties(PublicDnsNamespacePropertiesChange properties)
Properties to be updated in the public DNS namespace.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPublicDnsNamespaceChange.Builder description(String description)
An updated description for the public DNS namespace.
description - An updated description for the public DNS namespace.PublicDnsNamespaceChange.Builder properties(PublicDnsNamespacePropertiesChange properties)
Properties to be updated in the public DNS namespace.
properties - Properties to be updated in the public DNS namespace.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 via
PublicDnsNamespacePropertiesChange.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to properties(PublicDnsNamespacePropertiesChange).
properties - a consumer that will call methods on PublicDnsNamespacePropertiesChange.Builderproperties(PublicDnsNamespacePropertiesChange)Copyright © 2023. All rights reserved.