public static interface ListSolFunctionPackageInfo.Builder extends SdkPojo, CopyableBuilder<ListSolFunctionPackageInfo.Builder,ListSolFunctionPackageInfo>
| Modifier and Type | Method and Description |
|---|---|
ListSolFunctionPackageInfo.Builder |
arn(String arn)
Function package ARN.
|
ListSolFunctionPackageInfo.Builder |
id(String id)
ID of the function package.
|
default ListSolFunctionPackageInfo.Builder |
metadata(Consumer<ListSolFunctionPackageMetadata.Builder> metadata)
The metadata of the function package.
|
ListSolFunctionPackageInfo.Builder |
metadata(ListSolFunctionPackageMetadata metadata)
The metadata of the function package.
|
ListSolFunctionPackageInfo.Builder |
onboardingState(OnboardingState onboardingState)
Onboarding state of the function package.
|
ListSolFunctionPackageInfo.Builder |
onboardingState(String onboardingState)
Onboarding state of the function package.
|
ListSolFunctionPackageInfo.Builder |
operationalState(OperationalState operationalState)
Operational state of the function package.
|
ListSolFunctionPackageInfo.Builder |
operationalState(String operationalState)
Operational state of the function package.
|
ListSolFunctionPackageInfo.Builder |
usageState(String usageState)
Usage state of the function package.
|
ListSolFunctionPackageInfo.Builder |
usageState(UsageState usageState)
Usage state of the function package.
|
ListSolFunctionPackageInfo.Builder |
vnfdId(String vnfdId)
Identifies the function package and the function package descriptor.
|
ListSolFunctionPackageInfo.Builder |
vnfdVersion(String vnfdVersion)
Identifies the version of the function package descriptor.
|
ListSolFunctionPackageInfo.Builder |
vnfProductName(String vnfProductName)
The product name for the network function.
|
ListSolFunctionPackageInfo.Builder |
vnfProvider(String vnfProvider)
Provider of the function package and the function package descriptor.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListSolFunctionPackageInfo.Builder arn(String arn)
Function package ARN.
arn - Function package ARN.ListSolFunctionPackageInfo.Builder id(String id)
ID of the function package.
id - ID of the function package.ListSolFunctionPackageInfo.Builder metadata(ListSolFunctionPackageMetadata metadata)
The metadata of the function package.
metadata - The metadata of the function package.default ListSolFunctionPackageInfo.Builder metadata(Consumer<ListSolFunctionPackageMetadata.Builder> metadata)
The metadata of the function package.
This is a convenience method that creates an instance of theListSolFunctionPackageMetadata.Builder
avoiding the need to create one manually via ListSolFunctionPackageMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to metadata(ListSolFunctionPackageMetadata).
metadata - a consumer that will call methods on ListSolFunctionPackageMetadata.Buildermetadata(ListSolFunctionPackageMetadata)ListSolFunctionPackageInfo.Builder onboardingState(String onboardingState)
Onboarding state of the function package.
onboardingState - Onboarding state of the function package.OnboardingState,
OnboardingStateListSolFunctionPackageInfo.Builder onboardingState(OnboardingState onboardingState)
Onboarding state of the function package.
onboardingState - Onboarding state of the function package.OnboardingState,
OnboardingStateListSolFunctionPackageInfo.Builder operationalState(String operationalState)
Operational state of the function package.
operationalState - Operational state of the function package.OperationalState,
OperationalStateListSolFunctionPackageInfo.Builder operationalState(OperationalState operationalState)
Operational state of the function package.
operationalState - Operational state of the function package.OperationalState,
OperationalStateListSolFunctionPackageInfo.Builder usageState(String usageState)
Usage state of the function package.
usageState - Usage state of the function package.UsageState,
UsageStateListSolFunctionPackageInfo.Builder usageState(UsageState usageState)
Usage state of the function package.
usageState - Usage state of the function package.UsageState,
UsageStateListSolFunctionPackageInfo.Builder vnfProductName(String vnfProductName)
The product name for the network function.
vnfProductName - The product name for the network function.ListSolFunctionPackageInfo.Builder vnfProvider(String vnfProvider)
Provider of the function package and the function package descriptor.
vnfProvider - Provider of the function package and the function package descriptor.ListSolFunctionPackageInfo.Builder vnfdId(String vnfdId)
Identifies the function package and the function package descriptor.
vnfdId - Identifies the function package and the function package descriptor.ListSolFunctionPackageInfo.Builder vnfdVersion(String vnfdVersion)
Identifies the version of the function package descriptor.
vnfdVersion - Identifies the version of the function package descriptor.Copyright © 2023. All rights reserved.