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