Class CfnAgentPropsMixin.OrchestrationExecutorProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnAgentPropsMixin.OrchestrationExecutorProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAgentPropsMixin.OrchestrationExecutorProperty>
- Enclosing interface:
CfnAgentPropsMixin.OrchestrationExecutorProperty
@Stability(Stable)
public static final class CfnAgentPropsMixin.OrchestrationExecutorProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAgentPropsMixin.OrchestrationExecutorProperty>
A builder for
CfnAgentPropsMixin.OrchestrationExecutorProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAgentPropsMixin.OrchestrationExecutorProperty.getLambda()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
lambda
@Stability(Stable) public CfnAgentPropsMixin.OrchestrationExecutorProperty.Builder lambda(String lambda) Sets the value ofCfnAgentPropsMixin.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.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAgentPropsMixin.OrchestrationExecutorProperty>- Returns:
- a new instance of
CfnAgentPropsMixin.OrchestrationExecutorProperty - Throws:
NullPointerException- if any required attribute was not provided
-