public static interface CreateSolFunctionPackageResponse.Builder extends TnbResponse.Builder, SdkPojo, CopyableBuilder<CreateSolFunctionPackageResponse.Builder,CreateSolFunctionPackageResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSolFunctionPackageResponse.Builder arn(String arn)
Function package ARN.
arn - Function package ARN.CreateSolFunctionPackageResponse.Builder id(String id)
ID of the function package.
id - ID of the function package.CreateSolFunctionPackageResponse.Builder onboardingState(String onboardingState)
Onboarding state of the function package.
onboardingState - Onboarding state of the function package.OnboardingState,
OnboardingStateCreateSolFunctionPackageResponse.Builder onboardingState(OnboardingState onboardingState)
Onboarding state of the function package.
onboardingState - Onboarding state of the function package.OnboardingState,
OnboardingStateCreateSolFunctionPackageResponse.Builder operationalState(String operationalState)
Operational state of the function package.
operationalState - Operational state of the function package.OperationalState,
OperationalStateCreateSolFunctionPackageResponse.Builder operationalState(OperationalState operationalState)
Operational state of the function package.
operationalState - Operational state of the function package.OperationalState,
OperationalStateCreateSolFunctionPackageResponse.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.
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.CreateSolFunctionPackageResponse.Builder usageState(String usageState)
Usage state of the function package.
usageState - Usage state of the function package.UsageState,
UsageStateCreateSolFunctionPackageResponse.Builder usageState(UsageState usageState)
Usage state of the function package.
usageState - Usage state of the function package.UsageState,
UsageStateCopyright © 2023. All rights reserved.