Interface CreateSolNetworkPackageResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateSolNetworkPackageResponse.Builder,
,CreateSolNetworkPackageResponse> SdkBuilder<CreateSolNetworkPackageResponse.Builder,
,CreateSolNetworkPackageResponse> SdkPojo
,SdkResponse.Builder
,TnbResponse.Builder
- Enclosing class:
CreateSolNetworkPackageResponse
@Mutable
@NotThreadSafe
public static interface CreateSolNetworkPackageResponse.Builder
extends TnbResponse.Builder, SdkPojo, CopyableBuilder<CreateSolNetworkPackageResponse.Builder,CreateSolNetworkPackageResponse>
-
Method Summary
Modifier and TypeMethodDescriptionNetwork package ARN.ID of the network package.nsdOnboardingState
(String nsdOnboardingState) Onboarding state of the network service descriptor in the network package.nsdOnboardingState
(NsdOnboardingState nsdOnboardingState) Onboarding state of the network service descriptor in the network package.nsdOperationalState
(String nsdOperationalState) Operational state of the network service descriptor in the network package.nsdOperationalState
(NsdOperationalState nsdOperationalState) Operational state of the network service descriptor in the network package.nsdUsageState
(String nsdUsageState) Usage state of the network service descriptor in the network package.nsdUsageState
(NsdUsageState nsdUsageState) Usage state of the network service descriptor in the network package.A tag is a label that you assign to an Amazon Web Services resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.tnb.model.TnbResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
arn
Network package ARN.
- Parameters:
arn
- Network package ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
ID of the network package.
- Parameters:
id
- ID of the network package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nsdOnboardingState
Onboarding state of the network service descriptor in the network package.
- Parameters:
nsdOnboardingState
- Onboarding state of the network service descriptor in the network package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nsdOnboardingState
Onboarding state of the network service descriptor in the network package.
- Parameters:
nsdOnboardingState
- Onboarding state of the network service descriptor in the network package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nsdOperationalState
Operational state of the network service descriptor in the network package.
- Parameters:
nsdOperationalState
- Operational state of the network service descriptor in the network package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nsdOperationalState
CreateSolNetworkPackageResponse.Builder nsdOperationalState(NsdOperationalState nsdOperationalState) Operational state of the network service descriptor in the network package.
- Parameters:
nsdOperationalState
- Operational state of the network service descriptor in the network package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nsdUsageState
Usage state of the network service descriptor in the network package.
- Parameters:
nsdUsageState
- Usage state of the network service descriptor in the network package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nsdUsageState
Usage state of the network service descriptor in the network package.
- Parameters:
nsdUsageState
- Usage state of the network service descriptor in the network package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-