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