Class CfnAgent.OrchestrationExecutorProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrock.CfnAgent.OrchestrationExecutorProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAgent.OrchestrationExecutorProperty>
- Enclosing interface:
CfnAgent.OrchestrationExecutorProperty
@Stability(Stable)
public static final class CfnAgent.OrchestrationExecutorProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAgent.OrchestrationExecutorProperty>
A builder for
CfnAgent.OrchestrationExecutorProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAgent.OrchestrationExecutorProperty.getLambda()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
lambda
Sets the value ofCfnAgent.OrchestrationExecutorProperty.getLambda()- Parameters:
lambda- The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAgent.OrchestrationExecutorProperty>- Returns:
- a new instance of
CfnAgent.OrchestrationExecutorProperty - Throws:
NullPointerException- if any required attribute was not provided
-