Class CfnCodeInterpreterCustomPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnCodeInterpreterCustomPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCodeInterpreterCustomPropsMixin>
- Enclosing class:
CfnCodeInterpreterCustomPropsMixin
@Stability(Stable)
public static final class CfnCodeInterpreterCustomPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCodeInterpreterCustomPropsMixin>
A fluent builder for
CfnCodeInterpreterCustomPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The code interpreter description.executionRoleArn(String executionRoleArn) The Amazon Resource Name (ARN) of the execution role.The name of the code interpreter.networkConfiguration(CfnCodeInterpreterCustomPropsMixin.CodeInterpreterNetworkConfigurationProperty networkConfiguration) The network configuration for a code interpreter.networkConfiguration(IResolvable networkConfiguration) The network configuration for a code interpreter.The tags for the code interpreter.
-
Method Details
-
create
@Stability(Stable) public static CfnCodeInterpreterCustomPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnCodeInterpreterCustomPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnCodeInterpreterCustomPropsMixin.Builder.
-
description
@Stability(Stable) public CfnCodeInterpreterCustomPropsMixin.Builder description(String description) The code interpreter description.- Parameters:
description- The code interpreter description. This parameter is required.- Returns:
this- See Also:
-
executionRoleArn
@Stability(Stable) public CfnCodeInterpreterCustomPropsMixin.Builder executionRoleArn(String executionRoleArn) The Amazon Resource Name (ARN) of the execution role.- Parameters:
executionRoleArn- The Amazon Resource Name (ARN) of the execution role. This parameter is required.- Returns:
this- See Also:
-
name
The name of the code interpreter.- Parameters:
name- The name of the code interpreter. This parameter is required.- Returns:
this- See Also:
-
networkConfiguration
@Stability(Stable) public CfnCodeInterpreterCustomPropsMixin.Builder networkConfiguration(IResolvable networkConfiguration) The network configuration for a code interpreter.This structure defines how the code interpreter connects to the network.
- Parameters:
networkConfiguration- The network configuration for a code interpreter. This parameter is required.- Returns:
this- See Also:
-
networkConfiguration
@Stability(Stable) public CfnCodeInterpreterCustomPropsMixin.Builder networkConfiguration(CfnCodeInterpreterCustomPropsMixin.CodeInterpreterNetworkConfigurationProperty networkConfiguration) The network configuration for a code interpreter.This structure defines how the code interpreter connects to the network.
- Parameters:
networkConfiguration- The network configuration for a code interpreter. This parameter is required.- Returns:
this- See Also:
-
tags
The tags for the code interpreter.- Parameters:
tags- The tags for the code interpreter. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCodeInterpreterCustomPropsMixin>- Returns:
- a newly built instance of
CfnCodeInterpreterCustomPropsMixin.
-