Interface CreateSolNetworkPackageResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateSolNetworkPackageResponse.Builder,CreateSolNetworkPackageResponse>,SdkBuilder<CreateSolNetworkPackageResponse.Builder,CreateSolNetworkPackageResponse>,SdkPojo,SdkResponse.Builder,TnbResponse.Builder
- Enclosing class:
- CreateSolNetworkPackageResponse
public static interface CreateSolNetworkPackageResponse.Builder extends TnbResponse.Builder, SdkPojo, CopyableBuilder<CreateSolNetworkPackageResponse.Builder,CreateSolNetworkPackageResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateSolNetworkPackageResponse.Builderarn(String arn)Network package ARN.CreateSolNetworkPackageResponse.Builderid(String id)ID of the network package.CreateSolNetworkPackageResponse.BuildernsdOnboardingState(String nsdOnboardingState)Onboarding state of the network service descriptor in the network package.CreateSolNetworkPackageResponse.BuildernsdOnboardingState(NsdOnboardingState nsdOnboardingState)Onboarding state of the network service descriptor in the network package.CreateSolNetworkPackageResponse.BuildernsdOperationalState(String nsdOperationalState)Operational state of the network service descriptor in the network package.CreateSolNetworkPackageResponse.BuildernsdOperationalState(NsdOperationalState nsdOperationalState)Operational state of the network service descriptor in the network package.CreateSolNetworkPackageResponse.BuildernsdUsageState(String nsdUsageState)Usage state of the network service descriptor in the network package.CreateSolNetworkPackageResponse.BuildernsdUsageState(NsdUsageState nsdUsageState)Usage state of the network service descriptor in the network package.CreateSolNetworkPackageResponse.Buildertags(Map<String,String> tags)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, 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 Detail
-
arn
CreateSolNetworkPackageResponse.Builder arn(String 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
CreateSolNetworkPackageResponse.Builder id(String 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
CreateSolNetworkPackageResponse.Builder nsdOnboardingState(String 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,NsdOnboardingState
-
nsdOnboardingState
CreateSolNetworkPackageResponse.Builder nsdOnboardingState(NsdOnboardingState 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,NsdOnboardingState
-
nsdOperationalState
CreateSolNetworkPackageResponse.Builder nsdOperationalState(String 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,NsdOperationalState
-
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:
NsdOperationalState,NsdOperationalState
-
nsdUsageState
CreateSolNetworkPackageResponse.Builder nsdUsageState(String 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,NsdUsageState
-
nsdUsageState
CreateSolNetworkPackageResponse.Builder nsdUsageState(NsdUsageState 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,NsdUsageState
-
tags
CreateSolNetworkPackageResponse.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.
- 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.
-
-