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