Interface LambdaParameters.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LambdaParameters.Builder,,LambdaParameters> SdkBuilder<LambdaParameters.Builder,,LambdaParameters> SdkPojo
- Enclosing class:
LambdaParameters
@Mutable
@NotThreadSafe
public static interface LambdaParameters.Builder
extends SdkPojo, CopyableBuilder<LambdaParameters.Builder,LambdaParameters>
-
Method Summary
Modifier and TypeMethodDescriptiondurableExecutionName(String durableExecutionName) Durable execution name.invocationTimeoutSeconds(String invocationTimeoutSeconds) Timeout in seconds for each invocation of the target.invocationType(String invocationType) Lambda invocation type.invocationType(InvocationType invocationType) Lambda invocation type.Lambda qualifier: $LATEST, $LATEST.PUBLISHED, a numeric version, or an alias.Tenant identifier.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
invocationType
Lambda invocation type. EVENT invokes the function asynchronously; REQUEST_RESPONSE waits for its result.
- Parameters:
invocationType- Lambda invocation type. EVENT invokes the function asynchronously; REQUEST_RESPONSE waits for its result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
invocationType
Lambda invocation type. EVENT invokes the function asynchronously; REQUEST_RESPONSE waits for its result.
- Parameters:
invocationType- Lambda invocation type. EVENT invokes the function asynchronously; REQUEST_RESPONSE waits for its result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
qualifier
Lambda qualifier: $LATEST, $LATEST.PUBLISHED, a numeric version, or an alias. Accepts a JSONata expression.
- Parameters:
qualifier- Lambda qualifier: $LATEST, $LATEST.PUBLISHED, a numeric version, or an alias. Accepts a JSONata expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
durableExecutionName
Durable execution name. Accepts a JSONata expression.
- Parameters:
durableExecutionName- Durable execution name. Accepts a JSONata expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tenantId
Tenant identifier. Accepts a JSONata expression.
- Parameters:
tenantId- Tenant identifier. Accepts a JSONata expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invocationTimeoutSeconds
Timeout in seconds for each invocation of the target. String-typed so the value may be a JSONata expression.
- Parameters:
invocationTimeoutSeconds- Timeout in seconds for each invocation of the target. String-typed so the value may be a JSONata expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-