Class CfnHarnessPropsMixin.HarnessToolConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnHarnessPropsMixin.HarnessToolConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHarnessPropsMixin.HarnessToolConfigurationProperty>
- Enclosing interface:
CfnHarnessPropsMixin.HarnessToolConfigurationProperty
@Stability(Stable)
public static final class CfnHarnessPropsMixin.HarnessToolConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHarnessPropsMixin.HarnessToolConfigurationProperty>
A builder for
CfnHarnessPropsMixin.HarnessToolConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentCoreBrowser(CfnHarnessPropsMixin.HarnessAgentCoreBrowserConfigProperty agentCoreBrowser) agentCoreBrowser(IResolvable agentCoreBrowser) agentCoreCodeInterpreter(CfnHarnessPropsMixin.HarnessAgentCoreCodeInterpreterConfigProperty agentCoreCodeInterpreter) agentCoreCodeInterpreter(IResolvable agentCoreCodeInterpreter) agentCoreGateway(CfnHarnessPropsMixin.HarnessAgentCoreGatewayConfigProperty agentCoreGateway) agentCoreGateway(IResolvable agentCoreGateway) build()Builds the configured instance.inlineFunction(IResolvable inlineFunction) Sets the value ofCfnHarnessPropsMixin.HarnessToolConfigurationProperty.getRemoteMcp()remoteMcp(IResolvable remoteMcp) Sets the value ofCfnHarnessPropsMixin.HarnessToolConfigurationProperty.getRemoteMcp()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
agentCoreBrowser
@Stability(Stable) public CfnHarnessPropsMixin.HarnessToolConfigurationProperty.Builder agentCoreBrowser(IResolvable agentCoreBrowser) - Parameters:
agentCoreBrowser- the value to be set.- Returns:
this
-
agentCoreBrowser
@Stability(Stable) public CfnHarnessPropsMixin.HarnessToolConfigurationProperty.Builder agentCoreBrowser(CfnHarnessPropsMixin.HarnessAgentCoreBrowserConfigProperty agentCoreBrowser) - Parameters:
agentCoreBrowser- the value to be set.- Returns:
this
-
agentCoreCodeInterpreter
@Stability(Stable) public CfnHarnessPropsMixin.HarnessToolConfigurationProperty.Builder agentCoreCodeInterpreter(IResolvable agentCoreCodeInterpreter) Sets the value ofCfnHarnessPropsMixin.HarnessToolConfigurationProperty.getAgentCoreCodeInterpreter()- Parameters:
agentCoreCodeInterpreter- the value to be set.- Returns:
this
-
agentCoreCodeInterpreter
@Stability(Stable) public CfnHarnessPropsMixin.HarnessToolConfigurationProperty.Builder agentCoreCodeInterpreter(CfnHarnessPropsMixin.HarnessAgentCoreCodeInterpreterConfigProperty agentCoreCodeInterpreter) Sets the value ofCfnHarnessPropsMixin.HarnessToolConfigurationProperty.getAgentCoreCodeInterpreter()- Parameters:
agentCoreCodeInterpreter- the value to be set.- Returns:
this
-
agentCoreGateway
@Stability(Stable) public CfnHarnessPropsMixin.HarnessToolConfigurationProperty.Builder agentCoreGateway(IResolvable agentCoreGateway) - Parameters:
agentCoreGateway- the value to be set.- Returns:
this
-
agentCoreGateway
@Stability(Stable) public CfnHarnessPropsMixin.HarnessToolConfigurationProperty.Builder agentCoreGateway(CfnHarnessPropsMixin.HarnessAgentCoreGatewayConfigProperty agentCoreGateway) - Parameters:
agentCoreGateway- the value to be set.- Returns:
this
-
inlineFunction
@Stability(Stable) public CfnHarnessPropsMixin.HarnessToolConfigurationProperty.Builder inlineFunction(IResolvable inlineFunction) - Parameters:
inlineFunction- the value to be set.- Returns:
this
-
inlineFunction
@Stability(Stable) public CfnHarnessPropsMixin.HarnessToolConfigurationProperty.Builder inlineFunction(CfnHarnessPropsMixin.HarnessInlineFunctionConfigProperty inlineFunction) - Parameters:
inlineFunction- the value to be set.- Returns:
this
-
remoteMcp
@Stability(Stable) public CfnHarnessPropsMixin.HarnessToolConfigurationProperty.Builder remoteMcp(IResolvable remoteMcp) Sets the value ofCfnHarnessPropsMixin.HarnessToolConfigurationProperty.getRemoteMcp()- Parameters:
remoteMcp- the value to be set.- Returns:
this
-
remoteMcp
@Stability(Stable) public CfnHarnessPropsMixin.HarnessToolConfigurationProperty.Builder remoteMcp(CfnHarnessPropsMixin.HarnessRemoteMcpConfigProperty remoteMcp) Sets the value ofCfnHarnessPropsMixin.HarnessToolConfigurationProperty.getRemoteMcp()- Parameters:
remoteMcp- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnHarnessPropsMixin.HarnessToolConfigurationProperty>- Returns:
- a new instance of
CfnHarnessPropsMixin.HarnessToolConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-