Interface ChainedInvokeOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ChainedInvokeOptions.Builder,,ChainedInvokeOptions> SdkBuilder<ChainedInvokeOptions.Builder,,ChainedInvokeOptions> SdkPojo
- Enclosing class:
ChainedInvokeOptions
@Mutable
@NotThreadSafe
public static interface ChainedInvokeOptions.Builder
extends SdkPojo, CopyableBuilder<ChainedInvokeOptions.Builder,ChainedInvokeOptions>
-
Method Summary
Modifier and TypeMethodDescriptionfunctionName(String functionName) The name or ARN of the Lambda function to invoke.The tenant identifier for the chained invocation.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
-
functionName
The name or ARN of the Lambda function to invoke.
- Parameters:
functionName- The name or ARN of the Lambda function to invoke.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tenantId
The tenant identifier for the chained invocation.
- Parameters:
tenantId- The tenant identifier for the chained invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-