Interface ProvisionedConcurrencyConfigListItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProvisionedConcurrencyConfigListItem.Builder,ProvisionedConcurrencyConfigListItem>,SdkBuilder<ProvisionedConcurrencyConfigListItem.Builder,ProvisionedConcurrencyConfigListItem>,SdkPojo
- Enclosing class:
- ProvisionedConcurrencyConfigListItem
@Mutable @NotThreadSafe public static interface ProvisionedConcurrencyConfigListItem.Builder extends SdkPojo, CopyableBuilder<ProvisionedConcurrencyConfigListItem.Builder,ProvisionedConcurrencyConfigListItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProvisionedConcurrencyConfigListItem.BuilderallocatedProvisionedConcurrentExecutions(Integer allocatedProvisionedConcurrentExecutions)The amount of provisioned concurrency allocated.ProvisionedConcurrencyConfigListItem.BuilderavailableProvisionedConcurrentExecutions(Integer availableProvisionedConcurrentExecutions)The amount of provisioned concurrency available.ProvisionedConcurrencyConfigListItem.BuilderfunctionArn(String functionArn)The Amazon Resource Name (ARN) of the alias or version.ProvisionedConcurrencyConfigListItem.BuilderlastModified(String lastModified)The date and time that a user last updated the configuration, in ISO 8601 format.ProvisionedConcurrencyConfigListItem.BuilderrequestedProvisionedConcurrentExecutions(Integer requestedProvisionedConcurrentExecutions)The amount of provisioned concurrency requested.ProvisionedConcurrencyConfigListItem.Builderstatus(String status)The status of the allocation process.ProvisionedConcurrencyConfigListItem.Builderstatus(ProvisionedConcurrencyStatusEnum status)The status of the allocation process.ProvisionedConcurrencyConfigListItem.BuilderstatusReason(String statusReason)For failed allocations, the reason that provisioned concurrency could not be allocated.-
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
-
-
-
-
Method Detail
-
functionArn
ProvisionedConcurrencyConfigListItem.Builder functionArn(String functionArn)
The Amazon Resource Name (ARN) of the alias or version.
- Parameters:
functionArn- The Amazon Resource Name (ARN) of the alias or version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestedProvisionedConcurrentExecutions
ProvisionedConcurrencyConfigListItem.Builder requestedProvisionedConcurrentExecutions(Integer requestedProvisionedConcurrentExecutions)
The amount of provisioned concurrency requested.
- Parameters:
requestedProvisionedConcurrentExecutions- The amount of provisioned concurrency requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availableProvisionedConcurrentExecutions
ProvisionedConcurrencyConfigListItem.Builder availableProvisionedConcurrentExecutions(Integer availableProvisionedConcurrentExecutions)
The amount of provisioned concurrency available.
- Parameters:
availableProvisionedConcurrentExecutions- The amount of provisioned concurrency available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allocatedProvisionedConcurrentExecutions
ProvisionedConcurrencyConfigListItem.Builder allocatedProvisionedConcurrentExecutions(Integer allocatedProvisionedConcurrentExecutions)
The amount of provisioned concurrency allocated. When a weighted alias is used during linear and canary deployments, this value fluctuates depending on the amount of concurrency that is provisioned for the function versions.
- Parameters:
allocatedProvisionedConcurrentExecutions- The amount of provisioned concurrency allocated. When a weighted alias is used during linear and canary deployments, this value fluctuates depending on the amount of concurrency that is provisioned for the function versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ProvisionedConcurrencyConfigListItem.Builder status(String status)
The status of the allocation process.
- Parameters:
status- The status of the allocation process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProvisionedConcurrencyStatusEnum,ProvisionedConcurrencyStatusEnum
-
status
ProvisionedConcurrencyConfigListItem.Builder status(ProvisionedConcurrencyStatusEnum status)
The status of the allocation process.
- Parameters:
status- The status of the allocation process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProvisionedConcurrencyStatusEnum,ProvisionedConcurrencyStatusEnum
-
statusReason
ProvisionedConcurrencyConfigListItem.Builder statusReason(String statusReason)
For failed allocations, the reason that provisioned concurrency could not be allocated.
- Parameters:
statusReason- For failed allocations, the reason that provisioned concurrency could not be allocated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModified
ProvisionedConcurrencyConfigListItem.Builder lastModified(String lastModified)
The date and time that a user last updated the configuration, in ISO 8601 format.
- Parameters:
lastModified- The date and time that a user last updated the configuration, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-