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