Class RuntimeReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.bedrockagentcore.RuntimeReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<RuntimeReference>
- Enclosing interface:
RuntimeReference
@Stability(Stable)
public static final class RuntimeReference.Builder
extends Object
implements software.amazon.jsii.Builder<RuntimeReference>
A builder for
RuntimeReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentRuntimeId(String agentRuntimeId) Sets the value ofRuntimeReference.getAgentRuntimeId()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
agentRuntimeId
Sets the value ofRuntimeReference.getAgentRuntimeId()- Parameters:
agentRuntimeId- The AgentRuntimeId of the Runtime resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<RuntimeReference>- Returns:
- a new instance of
RuntimeReference - Throws:
NullPointerException- if any required attribute was not provided
-