Uses of Interface
software.amazon.awssdk.services.tnb.model.GetSolVnfInfo.Builder
-
Packages that use GetSolVnfInfo.Builder Package Description software.amazon.awssdk.services.tnb.model -
-
Uses of GetSolVnfInfo.Builder in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return GetSolVnfInfo.Builder Modifier and Type Method Description static GetSolVnfInfo.BuilderGetSolVnfInfo. builder()GetSolVnfInfo.BuilderGetSolVnfInfo. toBuilder()GetSolVnfInfo.BuilderGetSolVnfInfo.Builder. vnfcResourceInfo(Collection<GetSolVnfcResourceInfo> vnfcResourceInfo)Compute info used by the network function instance.GetSolVnfInfo.BuilderGetSolVnfInfo.Builder. vnfcResourceInfo(Consumer<GetSolVnfcResourceInfo.Builder>... vnfcResourceInfo)Compute info used by the network function instance.GetSolVnfInfo.BuilderGetSolVnfInfo.Builder. vnfcResourceInfo(GetSolVnfcResourceInfo... vnfcResourceInfo)Compute info used by the network function instance.GetSolVnfInfo.BuilderGetSolVnfInfo.Builder. vnfState(String vnfState)State of the network function instance.GetSolVnfInfo.BuilderGetSolVnfInfo.Builder. vnfState(VnfOperationalState vnfState)State of the network function instance.Methods in software.amazon.awssdk.services.tnb.model that return types with arguments of type GetSolVnfInfo.Builder Modifier and Type Method Description static Class<? extends GetSolVnfInfo.Builder>GetSolVnfInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.tnb.model with type arguments of type GetSolVnfInfo.Builder Modifier and Type Method Description default GetSolFunctionInstanceResponse.BuilderGetSolFunctionInstanceResponse.Builder. instantiatedVnfInfo(Consumer<GetSolVnfInfo.Builder> instantiatedVnfInfo)Sets the value of the InstantiatedVnfInfo property for this object.
-