Interface CreateSolFunctionPackageResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateSolFunctionPackageResponse.Builder,
,CreateSolFunctionPackageResponse> SdkBuilder<CreateSolFunctionPackageResponse.Builder,
,CreateSolFunctionPackageResponse> SdkPojo
,SdkResponse.Builder
,TnbResponse.Builder
- Enclosing class:
CreateSolFunctionPackageResponse
@Mutable
@NotThreadSafe
public static interface CreateSolFunctionPackageResponse.Builder
extends TnbResponse.Builder, SdkPojo, CopyableBuilder<CreateSolFunctionPackageResponse.Builder,CreateSolFunctionPackageResponse>
-
Method Summary
Modifier and TypeMethodDescriptionFunction package ARN.ID of the function package.onboardingState
(String onboardingState) Onboarding state of the function package.onboardingState
(OnboardingState onboardingState) Onboarding state of the function package.operationalState
(String operationalState) Operational state of the function package.operationalState
(OperationalState operationalState) Operational state of the function package.A tag is a label that you assign to an Amazon Web Services resource.usageState
(String usageState) Usage state of the function package.usageState
(UsageState usageState) Usage state of the function 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, 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
Function package ARN.
- Parameters:
arn
- Function package ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
ID of the function package.
- Parameters:
id
- ID of the function package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onboardingState
Onboarding state of the function package.
- Parameters:
onboardingState
- Onboarding state of the function package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
onboardingState
Onboarding state of the function package.
- Parameters:
onboardingState
- Onboarding state of the function package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operationalState
Operational state of the function package.
- Parameters:
operationalState
- Operational state of the function package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operationalState
Operational state of the function package.
- Parameters:
operationalState
- Operational state of the function 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.
-
usageState
Usage state of the function package.
- Parameters:
usageState
- Usage state of the function package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
usageState
Usage state of the function package.
- Parameters:
usageState
- Usage state of the function package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-