Interface UpdateNsMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateNsMetadata.Builder,UpdateNsMetadata>,SdkBuilder<UpdateNsMetadata.Builder,UpdateNsMetadata>,SdkPojo
- Enclosing class:
- UpdateNsMetadata
public static interface UpdateNsMetadata.Builder extends SdkPojo, CopyableBuilder<UpdateNsMetadata.Builder,UpdateNsMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateNsMetadata.BuilderadditionalParamsForNs(Document additionalParamsForNs)The configurable properties used during update.UpdateNsMetadata.BuildernsdInfoId(String nsdInfoId)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 Detail
-
additionalParamsForNs
UpdateNsMetadata.Builder additionalParamsForNs(Document 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
UpdateNsMetadata.Builder nsdInfoId(String 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.
-
-