Class CfnAgentPropsMixin.AgentDescriptorProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnAgentPropsMixin.AgentDescriptorProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAgentPropsMixin.AgentDescriptorProperty>
- Enclosing interface:
CfnAgentPropsMixin.AgentDescriptorProperty
@Stability(Stable)
public static final class CfnAgentPropsMixin.AgentDescriptorProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAgentPropsMixin.AgentDescriptorProperty>
A builder for
CfnAgentPropsMixin.AgentDescriptorProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnAgentPropsMixin.AgentDescriptorProperty.getAliasArn()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
aliasArn
@Stability(Stable) public CfnAgentPropsMixin.AgentDescriptorProperty.Builder aliasArn(String aliasArn) Sets the value ofCfnAgentPropsMixin.AgentDescriptorProperty.getAliasArn()- Parameters:
aliasArn- The agent's alias ARN.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAgentPropsMixin.AgentDescriptorProperty>- Returns:
- a new instance of
CfnAgentPropsMixin.AgentDescriptorProperty - Throws:
NullPointerException- if any required attribute was not provided
-