Uses of Interface
software.amazon.awssdk.services.tnb.model.GetSolInstantiatedVnfInfo.Builder
-
Packages that use GetSolInstantiatedVnfInfo.Builder Package Description software.amazon.awssdk.services.tnb.model -
-
Uses of GetSolInstantiatedVnfInfo.Builder in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return GetSolInstantiatedVnfInfo.Builder Modifier and Type Method Description static GetSolInstantiatedVnfInfo.BuilderGetSolInstantiatedVnfInfo. builder()GetSolInstantiatedVnfInfo.BuilderGetSolInstantiatedVnfInfo. toBuilder()GetSolInstantiatedVnfInfo.BuilderGetSolInstantiatedVnfInfo.Builder. vnfState(String vnfState)State of the network function.GetSolInstantiatedVnfInfo.BuilderGetSolInstantiatedVnfInfo.Builder. vnfState(VnfOperationalState vnfState)State of the network function.Methods in software.amazon.awssdk.services.tnb.model that return types with arguments of type GetSolInstantiatedVnfInfo.Builder Modifier and Type Method Description static Class<? extends GetSolInstantiatedVnfInfo.Builder>GetSolInstantiatedVnfInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.tnb.model with type arguments of type GetSolInstantiatedVnfInfo.Builder Modifier and Type Method Description default ListSolFunctionInstanceInfo.BuilderListSolFunctionInstanceInfo.Builder. instantiatedVnfInfo(Consumer<GetSolInstantiatedVnfInfo.Builder> instantiatedVnfInfo)Sets the value of the InstantiatedVnfInfo property for this object.
-