Interface GetSolFunctionPackageResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetSolFunctionPackageResponse.Builder,GetSolFunctionPackageResponse>,SdkBuilder<GetSolFunctionPackageResponse.Builder,GetSolFunctionPackageResponse>,SdkPojo,SdkResponse.Builder,TnbResponse.Builder
- Enclosing class:
- GetSolFunctionPackageResponse
public static interface GetSolFunctionPackageResponse.Builder extends TnbResponse.Builder, SdkPojo, CopyableBuilder<GetSolFunctionPackageResponse.Builder,GetSolFunctionPackageResponse>
-
-
Method Summary
-
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
GetSolFunctionPackageResponse.Builder arn(String arn)
Function package ARN.
- Parameters:
arn- Function package ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GetSolFunctionPackageResponse.Builder id(String id)
Function package ID.
- Parameters:
id- Function package ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
GetSolFunctionPackageResponse.Builder metadata(GetSolFunctionPackageMetadata metadata)
Sets the value of the Metadata property for this object.- Parameters:
metadata- The new value for the Metadata property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
default GetSolFunctionPackageResponse.Builder metadata(Consumer<GetSolFunctionPackageMetadata.Builder> metadata)
Sets the value of the Metadata property for this object. This is a convenience method that creates an instance of theGetSolFunctionPackageMetadata.Builderavoiding the need to create one manually viaGetSolFunctionPackageMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tometadata(GetSolFunctionPackageMetadata).- Parameters:
metadata- a consumer that will call methods onGetSolFunctionPackageMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
metadata(GetSolFunctionPackageMetadata)
-
onboardingState
GetSolFunctionPackageResponse.Builder onboardingState(String onboardingState)
Function package onboarding state.
- Parameters:
onboardingState- Function package onboarding state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OnboardingState,OnboardingState
-
onboardingState
GetSolFunctionPackageResponse.Builder onboardingState(OnboardingState onboardingState)
Function package onboarding state.
- Parameters:
onboardingState- Function package onboarding state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OnboardingState,OnboardingState
-
operationalState
GetSolFunctionPackageResponse.Builder operationalState(String operationalState)
Function package operational state.
- Parameters:
operationalState- Function package operational state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OperationalState,OperationalState
-
operationalState
GetSolFunctionPackageResponse.Builder operationalState(OperationalState operationalState)
Function package operational state.
- Parameters:
operationalState- Function package operational state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OperationalState,OperationalState
-
tags
GetSolFunctionPackageResponse.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.
-
usageState
GetSolFunctionPackageResponse.Builder usageState(String usageState)
Function package usage state.
- Parameters:
usageState- Function package usage state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UsageState,UsageState
-
usageState
GetSolFunctionPackageResponse.Builder usageState(UsageState usageState)
Function package usage state.
- Parameters:
usageState- Function package usage state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UsageState,UsageState
-
vnfProductName
GetSolFunctionPackageResponse.Builder vnfProductName(String vnfProductName)
Network function product name.
- Parameters:
vnfProductName- Network function product name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vnfProvider
GetSolFunctionPackageResponse.Builder vnfProvider(String vnfProvider)
Network function provider.
- Parameters:
vnfProvider- Network function provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vnfdId
GetSolFunctionPackageResponse.Builder vnfdId(String vnfdId)
Function package descriptor ID.
- Parameters:
vnfdId- Function package descriptor ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vnfdVersion
GetSolFunctionPackageResponse.Builder vnfdVersion(String vnfdVersion)
Function package descriptor version.
- Parameters:
vnfdVersion- Function package descriptor version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-