Class CfnGatewayTarget.ConnectorConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnGatewayTarget.ConnectorConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGatewayTarget.ConnectorConfigurationProperty>
- Enclosing interface:
CfnGatewayTarget.ConnectorConfigurationProperty
@Stability(Stable)
public static final class CfnGatewayTarget.ConnectorConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGatewayTarget.ConnectorConfigurationProperty>
A builder for
CfnGatewayTarget.ConnectorConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnGatewayTarget.ConnectorConfigurationProperty.getDescription()Sets the value ofCfnGatewayTarget.ConnectorConfigurationProperty.getName()parameterOverrides(List<? extends Object> parameterOverrides) Sets the value ofCfnGatewayTarget.ConnectorConfigurationProperty.getParameterOverrides()parameterOverrides(IResolvable parameterOverrides) Sets the value ofCfnGatewayTarget.ConnectorConfigurationProperty.getParameterOverrides()parameterValues(Object parameterValues) Sets the value ofCfnGatewayTarget.ConnectorConfigurationProperty.getParameterValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnGatewayTarget.ConnectorConfigurationProperty.getName()- Parameters:
name- the value to be set. This parameter is required.- Returns:
this
-
description
@Stability(Stable) public CfnGatewayTarget.ConnectorConfigurationProperty.Builder description(String description) Sets the value ofCfnGatewayTarget.ConnectorConfigurationProperty.getDescription()- Parameters:
description- the value to be set.- Returns:
this
-
parameterOverrides
@Stability(Stable) public CfnGatewayTarget.ConnectorConfigurationProperty.Builder parameterOverrides(IResolvable parameterOverrides) Sets the value ofCfnGatewayTarget.ConnectorConfigurationProperty.getParameterOverrides()- Parameters:
parameterOverrides- the value to be set.- Returns:
this
-
parameterOverrides
@Stability(Stable) public CfnGatewayTarget.ConnectorConfigurationProperty.Builder parameterOverrides(List<? extends Object> parameterOverrides) Sets the value ofCfnGatewayTarget.ConnectorConfigurationProperty.getParameterOverrides()- Parameters:
parameterOverrides- the value to be set.- Returns:
this
-
parameterValues
@Stability(Stable) public CfnGatewayTarget.ConnectorConfigurationProperty.Builder parameterValues(Object parameterValues) Sets the value ofCfnGatewayTarget.ConnectorConfigurationProperty.getParameterValues()- Parameters:
parameterValues- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGatewayTarget.ConnectorConfigurationProperty>- Returns:
- a new instance of
CfnGatewayTarget.ConnectorConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-