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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSolNetworkModify.BuildervnfConfigurableProperties(Document vnfConfigurableProperties)Provides values for the configurable properties declared in the function package descriptor.UpdateSolNetworkModify.BuildervnfInstanceId(String vnfInstanceId)ID of the network function 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, sdkFields
-
-
-
-
Method Detail
-
vnfConfigurableProperties
UpdateSolNetworkModify.Builder vnfConfigurableProperties(Document 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
UpdateSolNetworkModify.Builder vnfInstanceId(String 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.
-
-