Class CfnRuntimePropsMixin.HostingEnvironmentProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnRuntimePropsMixin.HostingEnvironmentProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRuntimePropsMixin.HostingEnvironmentProperty>
- Enclosing interface:
CfnRuntimePropsMixin.HostingEnvironmentProperty
@Stability(Stable)
public static final class CfnRuntimePropsMixin.HostingEnvironmentProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRuntimePropsMixin.HostingEnvironmentProperty>
A builder for
CfnRuntimePropsMixin.HostingEnvironmentProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnRuntimePropsMixin.HostingEnvironmentProperty.getArn()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
Sets the value ofCfnRuntimePropsMixin.HostingEnvironmentProperty.getArn()- Parameters:
arn- The ARN of the bedrock-agentcore hosting environment.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRuntimePropsMixin.HostingEnvironmentProperty>- Returns:
- a new instance of
CfnRuntimePropsMixin.HostingEnvironmentProperty - Throws:
NullPointerException- if any required attribute was not provided
-