public static interface GetSolFunctionInstanceResponse.Builder extends TnbResponse.Builder, SdkPojo, CopyableBuilder<GetSolFunctionInstanceResponse.Builder,GetSolFunctionInstanceResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSolFunctionInstanceResponse.Builder arn(String arn)
Network function instance ARN.
arn - Network function instance ARN.GetSolFunctionInstanceResponse.Builder id(String id)
Network function instance ID.
id - Network function instance ID.GetSolFunctionInstanceResponse.Builder instantiatedVnfInfo(GetSolVnfInfo instantiatedVnfInfo)
instantiatedVnfInfo - The new value for the InstantiatedVnfInfo property for this object.default GetSolFunctionInstanceResponse.Builder instantiatedVnfInfo(Consumer<GetSolVnfInfo.Builder> instantiatedVnfInfo)
GetSolVnfInfo.Builder avoiding the need
to create one manually via GetSolVnfInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to instantiatedVnfInfo(GetSolVnfInfo).
instantiatedVnfInfo - a consumer that will call methods on GetSolVnfInfo.BuilderinstantiatedVnfInfo(GetSolVnfInfo)GetSolFunctionInstanceResponse.Builder instantiationState(String instantiationState)
Network function instantiation state.
instantiationState - Network function instantiation state.VnfInstantiationState,
VnfInstantiationStateGetSolFunctionInstanceResponse.Builder instantiationState(VnfInstantiationState instantiationState)
Network function instantiation state.
instantiationState - Network function instantiation state.VnfInstantiationState,
VnfInstantiationStateGetSolFunctionInstanceResponse.Builder metadata(GetSolFunctionInstanceMetadata metadata)
metadata - The new value for the Metadata property for this object.default GetSolFunctionInstanceResponse.Builder metadata(Consumer<GetSolFunctionInstanceMetadata.Builder> metadata)
GetSolFunctionInstanceMetadata.Builder
avoiding the need to create one manually via GetSolFunctionInstanceMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to metadata(GetSolFunctionInstanceMetadata).
metadata - a consumer that will call methods on GetSolFunctionInstanceMetadata.Buildermetadata(GetSolFunctionInstanceMetadata)GetSolFunctionInstanceResponse.Builder nsInstanceId(String nsInstanceId)
Network instance ID.
nsInstanceId - Network instance ID.GetSolFunctionInstanceResponse.Builder tags(Map<String,String> tags)
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
tags - A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an
optional value. You can use tags to search and filter your resources or track your Amazon Web Services
costs.GetSolFunctionInstanceResponse.Builder vnfPkgId(String vnfPkgId)
Function package ID.
vnfPkgId - Function package ID.GetSolFunctionInstanceResponse.Builder vnfProductName(String vnfProductName)
Network function product name.
vnfProductName - Network function product name.GetSolFunctionInstanceResponse.Builder vnfProvider(String vnfProvider)
Network function provider.
vnfProvider - Network function provider.GetSolFunctionInstanceResponse.Builder vnfdId(String vnfdId)
Function package descriptor ID.
vnfdId - Function package descriptor ID.GetSolFunctionInstanceResponse.Builder vnfdVersion(String vnfdVersion)
Function package descriptor version.
vnfdVersion - Function package descriptor version.Copyright © 2023. All rights reserved.