Class CfnHarness.SelfManagedLatticeResourceProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnHarness.SelfManagedLatticeResourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHarness.SelfManagedLatticeResourceProperty>
- Enclosing interface:
CfnHarness.SelfManagedLatticeResourceProperty
@Stability(Stable)
public static final class CfnHarness.SelfManagedLatticeResourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHarness.SelfManagedLatticeResourceProperty>
A builder for
CfnHarness.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 CfnHarness.SelfManagedLatticeResourceProperty.Builder resourceConfigurationIdentifier(String resourceConfigurationIdentifier) Sets the value ofCfnHarness.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<CfnHarness.SelfManagedLatticeResourceProperty>- Returns:
- a new instance of
CfnHarness.SelfManagedLatticeResourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-