Class CfnGatewayTargetPropsMixin.SelfManagedLatticeResourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayTargetPropsMixin.SelfManagedLatticeResourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.SelfManagedLatticeResourceProperty>
- Enclosing interface:
CfnGatewayTargetPropsMixin.SelfManagedLatticeResourceProperty
@Stability(Stable)
public static final class CfnGatewayTargetPropsMixin.SelfManagedLatticeResourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.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 CfnGatewayTargetPropsMixin.SelfManagedLatticeResourceProperty.Builder resourceConfigurationIdentifier(String resourceConfigurationIdentifier) Sets the value ofCfnGatewayTargetPropsMixin.SelfManagedLatticeResourceProperty.getResourceConfigurationIdentifier()- Parameters:
resourceConfigurationIdentifier- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.SelfManagedLatticeResourceProperty>- Returns:
- a new instance of
CfnGatewayTargetPropsMixin.SelfManagedLatticeResourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-