Interface UpdateSolNetworkModify.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<UpdateSolNetworkModify.Builder,,UpdateSolNetworkModify> SdkBuilder<UpdateSolNetworkModify.Builder,,UpdateSolNetworkModify> SdkPojo
- Enclosing class:
 UpdateSolNetworkModify
public static interface UpdateSolNetworkModify.Builder
extends SdkPojo, CopyableBuilder<UpdateSolNetworkModify.Builder,UpdateSolNetworkModify> 
- 
Method Summary
Modifier and TypeMethodDescriptionvnfConfigurableProperties(Document vnfConfigurableProperties) Provides values for the configurable properties declared in the function package descriptor.vnfInstanceId(String vnfInstanceId) ID of the network function instance.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
vnfConfigurableProperties
Provides values for the configurable properties declared in the function package descriptor.
- Parameters:
 vnfConfigurableProperties- Provides values for the configurable properties declared in the function package descriptor.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
vnfInstanceId
ID of the network function instance.
A network function instance is a function in a function package .
- Parameters:
 vnfInstanceId- ID of the network function instance.A network function instance is a function in a function package .
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -