Interface UpdateNsMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateNsMetadata.Builder,
,UpdateNsMetadata> SdkBuilder<UpdateNsMetadata.Builder,
,UpdateNsMetadata> SdkPojo
- Enclosing class:
UpdateNsMetadata
@Mutable
@NotThreadSafe
public static interface UpdateNsMetadata.Builder
extends SdkPojo, CopyableBuilder<UpdateNsMetadata.Builder,UpdateNsMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionadditionalParamsForNs
(Document additionalParamsForNs) The configurable properties used during update.The network service descriptor used for updating the network instance.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
-
additionalParamsForNs
The configurable properties used during update.
- Parameters:
additionalParamsForNs
- The configurable properties used during update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nsdInfoId
The network service descriptor used for updating the network instance.
- Parameters:
nsdInfoId
- The network service descriptor used for updating the network instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-