public static interface ListSolFunctionInstanceInfo.Builder extends SdkPojo, CopyableBuilder<ListSolFunctionInstanceInfo.Builder,ListSolFunctionInstanceInfo>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListSolFunctionInstanceInfo.Builder arn(String arn)
Network function instance ARN.
arn - Network function instance ARN.ListSolFunctionInstanceInfo.Builder id(String id)
Network function instance ID.
id - Network function instance ID.ListSolFunctionInstanceInfo.Builder instantiatedVnfInfo(GetSolInstantiatedVnfInfo instantiatedVnfInfo)
instantiatedVnfInfo - The new value for the InstantiatedVnfInfo property for this object.default ListSolFunctionInstanceInfo.Builder instantiatedVnfInfo(Consumer<GetSolInstantiatedVnfInfo.Builder> instantiatedVnfInfo)
GetSolInstantiatedVnfInfo.Builder
avoiding the need to create one manually via GetSolInstantiatedVnfInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to instantiatedVnfInfo(GetSolInstantiatedVnfInfo).
instantiatedVnfInfo - a consumer that will call methods on GetSolInstantiatedVnfInfo.BuilderinstantiatedVnfInfo(GetSolInstantiatedVnfInfo)ListSolFunctionInstanceInfo.Builder instantiationState(String instantiationState)
Network function instance instantiation state.
instantiationState - Network function instance instantiation state.VnfInstantiationState,
VnfInstantiationStateListSolFunctionInstanceInfo.Builder instantiationState(VnfInstantiationState instantiationState)
Network function instance instantiation state.
instantiationState - Network function instance instantiation state.VnfInstantiationState,
VnfInstantiationStateListSolFunctionInstanceInfo.Builder metadata(ListSolFunctionInstanceMetadata metadata)
Network function instance metadata.
metadata - Network function instance metadata.default ListSolFunctionInstanceInfo.Builder metadata(Consumer<ListSolFunctionInstanceMetadata.Builder> metadata)
Network function instance metadata.
This is a convenience method that creates an instance of theListSolFunctionInstanceMetadata.Builder
avoiding the need to create one manually via ListSolFunctionInstanceMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to metadata(ListSolFunctionInstanceMetadata).
metadata - a consumer that will call methods on ListSolFunctionInstanceMetadata.Buildermetadata(ListSolFunctionInstanceMetadata)ListSolFunctionInstanceInfo.Builder nsInstanceId(String nsInstanceId)
Network instance ID.
nsInstanceId - Network instance ID.ListSolFunctionInstanceInfo.Builder vnfPkgId(String vnfPkgId)
Function package ID.
vnfPkgId - Function package ID.ListSolFunctionInstanceInfo.Builder vnfPkgName(String vnfPkgName)
Function package name.
vnfPkgName - Function package name.Copyright © 2023. All rights reserved.