Interface ListSolNetworkPackageInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListSolNetworkPackageInfo.Builder,ListSolNetworkPackageInfo>,SdkBuilder<ListSolNetworkPackageInfo.Builder,ListSolNetworkPackageInfo>,SdkPojo
- Enclosing class:
- ListSolNetworkPackageInfo
public static interface ListSolNetworkPackageInfo.Builder extends SdkPojo, CopyableBuilder<ListSolNetworkPackageInfo.Builder,ListSolNetworkPackageInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ListSolNetworkPackageInfo.Builderarn(String arn)Network package ARN.ListSolNetworkPackageInfo.Builderid(String id)ID of the individual network package.default ListSolNetworkPackageInfo.Buildermetadata(Consumer<ListSolNetworkPackageMetadata.Builder> metadata)The metadata of the network package.ListSolNetworkPackageInfo.Buildermetadata(ListSolNetworkPackageMetadata metadata)The metadata of the network package.ListSolNetworkPackageInfo.BuildernsdDesigner(String nsdDesigner)Designer of the onboarded network service descriptor in the network package.ListSolNetworkPackageInfo.BuildernsdId(String nsdId)ID of the network service descriptor on which the network package is based.ListSolNetworkPackageInfo.BuildernsdInvariantId(String nsdInvariantId)Identifies a network service descriptor in a version independent manner.ListSolNetworkPackageInfo.BuildernsdName(String nsdName)Name of the onboarded network service descriptor in the network package.ListSolNetworkPackageInfo.BuildernsdOnboardingState(String nsdOnboardingState)Onboarding state of the network service descriptor in the network package.ListSolNetworkPackageInfo.BuildernsdOnboardingState(NsdOnboardingState nsdOnboardingState)Onboarding state of the network service descriptor in the network package.ListSolNetworkPackageInfo.BuildernsdOperationalState(String nsdOperationalState)Operational state of the network service descriptor in the network package.ListSolNetworkPackageInfo.BuildernsdOperationalState(NsdOperationalState nsdOperationalState)Operational state of the network service descriptor in the network package.ListSolNetworkPackageInfo.BuildernsdUsageState(String nsdUsageState)Usage state of the network service descriptor in the network package.ListSolNetworkPackageInfo.BuildernsdUsageState(NsdUsageState nsdUsageState)Usage state of the network service descriptor in the network package.ListSolNetworkPackageInfo.BuildernsdVersion(String nsdVersion)Version of the onboarded network service descriptor in the network package.ListSolNetworkPackageInfo.BuildervnfPkgIds(String... vnfPkgIds)Identifies the function package for the function package descriptor referenced by the onboarded network package.ListSolNetworkPackageInfo.BuildervnfPkgIds(Collection<String> vnfPkgIds)Identifies the function package for the function package descriptor referenced by the onboarded network package.-
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
-
-
-
-
Method Detail
-
arn
ListSolNetworkPackageInfo.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
ListSolNetworkPackageInfo.Builder id(String id)
ID of the individual network package.
- Parameters:
id- ID of the individual network package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
ListSolNetworkPackageInfo.Builder metadata(ListSolNetworkPackageMetadata metadata)
The metadata of the network package.
- Parameters:
metadata- The metadata of the network package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
default ListSolNetworkPackageInfo.Builder metadata(Consumer<ListSolNetworkPackageMetadata.Builder> metadata)
The metadata of the network package.
This is a convenience method that creates an instance of theListSolNetworkPackageMetadata.Builderavoiding the need to create one manually viaListSolNetworkPackageMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tometadata(ListSolNetworkPackageMetadata).- Parameters:
metadata- a consumer that will call methods onListSolNetworkPackageMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
metadata(ListSolNetworkPackageMetadata)
-
nsdDesigner
ListSolNetworkPackageInfo.Builder nsdDesigner(String nsdDesigner)
Designer of the onboarded network service descriptor in the network package.
- Parameters:
nsdDesigner- Designer of the onboarded network service descriptor in the network package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nsdId
ListSolNetworkPackageInfo.Builder nsdId(String nsdId)
ID of the network service descriptor on which the network package is based.
- Parameters:
nsdId- ID of the network service descriptor on which the network package is based.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nsdInvariantId
ListSolNetworkPackageInfo.Builder nsdInvariantId(String nsdInvariantId)
Identifies a network service descriptor in a version independent manner.
- Parameters:
nsdInvariantId- Identifies a network service descriptor in a version independent manner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nsdName
ListSolNetworkPackageInfo.Builder nsdName(String nsdName)
Name of the onboarded network service descriptor in the network package.
- Parameters:
nsdName- Name of the onboarded network service descriptor in the network package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nsdOnboardingState
ListSolNetworkPackageInfo.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
ListSolNetworkPackageInfo.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
ListSolNetworkPackageInfo.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
ListSolNetworkPackageInfo.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
ListSolNetworkPackageInfo.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
ListSolNetworkPackageInfo.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
-
nsdVersion
ListSolNetworkPackageInfo.Builder nsdVersion(String nsdVersion)
Version of the onboarded network service descriptor in the network package.
- Parameters:
nsdVersion- Version of the onboarded network service descriptor in the network package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vnfPkgIds
ListSolNetworkPackageInfo.Builder vnfPkgIds(Collection<String> vnfPkgIds)
Identifies the function package for the function package descriptor referenced by the onboarded network package.
- Parameters:
vnfPkgIds- Identifies the function package for the function package descriptor referenced by the onboarded network package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vnfPkgIds
ListSolNetworkPackageInfo.Builder vnfPkgIds(String... vnfPkgIds)
Identifies the function package for the function package descriptor referenced by the onboarded network package.
- Parameters:
vnfPkgIds- Identifies the function package for the function package descriptor referenced by the onboarded network package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-