public static interface CreateSolNetworkPackageResponse.Builder extends TnbResponse.Builder, SdkPojo, CopyableBuilder<CreateSolNetworkPackageResponse.Builder,CreateSolNetworkPackageResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateSolNetworkPackageResponse.Builder |
arn(String arn)
Network package ARN.
|
CreateSolNetworkPackageResponse.Builder |
id(String id)
ID of the network package.
|
CreateSolNetworkPackageResponse.Builder |
nsdOnboardingState(NsdOnboardingState nsdOnboardingState)
Onboarding state of the network service descriptor in the network package.
|
CreateSolNetworkPackageResponse.Builder |
nsdOnboardingState(String nsdOnboardingState)
Onboarding state of the network service descriptor in the network package.
|
CreateSolNetworkPackageResponse.Builder |
nsdOperationalState(NsdOperationalState nsdOperationalState)
Operational state of the network service descriptor in the network package.
|
CreateSolNetworkPackageResponse.Builder |
nsdOperationalState(String nsdOperationalState)
Operational state of the network service descriptor in the network package.
|
CreateSolNetworkPackageResponse.Builder |
nsdUsageState(NsdUsageState nsdUsageState)
Usage state of the network service descriptor in the network package.
|
CreateSolNetworkPackageResponse.Builder |
nsdUsageState(String nsdUsageState)
Usage state of the network service descriptor in the network package.
|
CreateSolNetworkPackageResponse.Builder |
tags(Map<String,String> tags)
A tag is a label that you assign to an Amazon Web Services resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSolNetworkPackageResponse.Builder arn(String arn)
Network package ARN.
arn - Network package ARN.CreateSolNetworkPackageResponse.Builder id(String id)
ID of the network package.
id - ID of the network package.CreateSolNetworkPackageResponse.Builder nsdOnboardingState(String nsdOnboardingState)
Onboarding state of the network service descriptor in the network package.
nsdOnboardingState - Onboarding state of the network service descriptor in the network package.NsdOnboardingState,
NsdOnboardingStateCreateSolNetworkPackageResponse.Builder nsdOnboardingState(NsdOnboardingState nsdOnboardingState)
Onboarding state of the network service descriptor in the network package.
nsdOnboardingState - Onboarding state of the network service descriptor in the network package.NsdOnboardingState,
NsdOnboardingStateCreateSolNetworkPackageResponse.Builder nsdOperationalState(String nsdOperationalState)
Operational state of the network service descriptor in the network package.
nsdOperationalState - Operational state of the network service descriptor in the network package.NsdOperationalState,
NsdOperationalStateCreateSolNetworkPackageResponse.Builder nsdOperationalState(NsdOperationalState nsdOperationalState)
Operational state of the network service descriptor in the network package.
nsdOperationalState - Operational state of the network service descriptor in the network package.NsdOperationalState,
NsdOperationalStateCreateSolNetworkPackageResponse.Builder nsdUsageState(String nsdUsageState)
Usage state of the network service descriptor in the network package.
nsdUsageState - Usage state of the network service descriptor in the network package.NsdUsageState,
NsdUsageStateCreateSolNetworkPackageResponse.Builder nsdUsageState(NsdUsageState nsdUsageState)
Usage state of the network service descriptor in the network package.
nsdUsageState - Usage state of the network service descriptor in the network package.NsdUsageState,
NsdUsageStateCreateSolNetworkPackageResponse.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.