Uses of Interface
software.amazon.awssdk.services.tnb.model.UpdateSolNetworkModify.Builder
-
Packages that use UpdateSolNetworkModify.Builder Package Description software.amazon.awssdk.services.tnb.model -
-
Uses of UpdateSolNetworkModify.Builder in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return UpdateSolNetworkModify.Builder Modifier and Type Method Description static UpdateSolNetworkModify.BuilderUpdateSolNetworkModify. builder()UpdateSolNetworkModify.BuilderUpdateSolNetworkModify. toBuilder()UpdateSolNetworkModify.BuilderUpdateSolNetworkModify.Builder. vnfConfigurableProperties(Document vnfConfigurableProperties)Provides values for the configurable properties declared in the function package descriptor.UpdateSolNetworkModify.BuilderUpdateSolNetworkModify.Builder. vnfInstanceId(String vnfInstanceId)ID of the network function instance.Methods in software.amazon.awssdk.services.tnb.model that return types with arguments of type UpdateSolNetworkModify.Builder Modifier and Type Method Description static Class<? extends UpdateSolNetworkModify.Builder>UpdateSolNetworkModify. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.tnb.model with type arguments of type UpdateSolNetworkModify.Builder Modifier and Type Method Description default UpdateSolNetworkInstanceRequest.BuilderUpdateSolNetworkInstanceRequest.Builder. modifyVnfInfoData(Consumer<UpdateSolNetworkModify.Builder> modifyVnfInfoData)Identifies the network function information parameters and/or the configurable properties of the network function to be modified.
-