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