Interface CreateSolFunctionPackageResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateSolFunctionPackageResponse.Builder,CreateSolFunctionPackageResponse>,SdkBuilder<CreateSolFunctionPackageResponse.Builder,CreateSolFunctionPackageResponse>,SdkPojo,SdkResponse.Builder,TnbResponse.Builder
- Enclosing class:
- CreateSolFunctionPackageResponse
public static interface CreateSolFunctionPackageResponse.Builder extends TnbResponse.Builder, SdkPojo, CopyableBuilder<CreateSolFunctionPackageResponse.Builder,CreateSolFunctionPackageResponse>
-
-
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
CreateSolFunctionPackageResponse.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
CreateSolFunctionPackageResponse.Builder id(String 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
CreateSolFunctionPackageResponse.Builder onboardingState(String 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,OnboardingState
-
onboardingState
CreateSolFunctionPackageResponse.Builder onboardingState(OnboardingState 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,OnboardingState
-
operationalState
CreateSolFunctionPackageResponse.Builder operationalState(String 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,OperationalState
-
operationalState
CreateSolFunctionPackageResponse.Builder operationalState(OperationalState 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,OperationalState
-
tags
CreateSolFunctionPackageResponse.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
CreateSolFunctionPackageResponse.Builder usageState(String 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,UsageState
-
usageState
CreateSolFunctionPackageResponse.Builder usageState(UsageState 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,UsageState
-
-