public static interface GetSolNetworkInstanceResponse.Builder extends TnbResponse.Builder, SdkPojo, CopyableBuilder<GetSolNetworkInstanceResponse.Builder,GetSolNetworkInstanceResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSolNetworkInstanceResponse.Builder arn(String arn)
Network instance ARN.
arn - Network instance ARN.GetSolNetworkInstanceResponse.Builder id(String id)
Network instance ID.
id - Network instance ID.GetSolNetworkInstanceResponse.Builder lcmOpInfo(LcmOperationInfo lcmOpInfo)
lcmOpInfo - The new value for the LcmOpInfo property for this object.default GetSolNetworkInstanceResponse.Builder lcmOpInfo(Consumer<LcmOperationInfo.Builder> lcmOpInfo)
LcmOperationInfo.Builder avoiding the
need to create one manually via LcmOperationInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lcmOpInfo(LcmOperationInfo).
lcmOpInfo - a consumer that will call methods on LcmOperationInfo.BuilderlcmOpInfo(LcmOperationInfo)GetSolNetworkInstanceResponse.Builder metadata(GetSolNetworkInstanceMetadata metadata)
metadata - The new value for the Metadata property for this object.default GetSolNetworkInstanceResponse.Builder metadata(Consumer<GetSolNetworkInstanceMetadata.Builder> metadata)
GetSolNetworkInstanceMetadata.Builder
avoiding the need to create one manually via GetSolNetworkInstanceMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to metadata(GetSolNetworkInstanceMetadata).
metadata - a consumer that will call methods on GetSolNetworkInstanceMetadata.Buildermetadata(GetSolNetworkInstanceMetadata)GetSolNetworkInstanceResponse.Builder nsInstanceDescription(String nsInstanceDescription)
Network instance description.
nsInstanceDescription - Network instance description.GetSolNetworkInstanceResponse.Builder nsInstanceName(String nsInstanceName)
Network instance name.
nsInstanceName - Network instance name.GetSolNetworkInstanceResponse.Builder nsState(String nsState)
Network instance state.
GetSolNetworkInstanceResponse.Builder nsState(NsState nsState)
Network instance state.
GetSolNetworkInstanceResponse.Builder nsdId(String nsdId)
Network service descriptor ID.
nsdId - Network service descriptor ID.GetSolNetworkInstanceResponse.Builder nsdInfoId(String nsdInfoId)
Network service descriptor info ID.
nsdInfoId - Network service descriptor info ID.GetSolNetworkInstanceResponse.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.Copyright © 2023. All rights reserved.