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