Class AddEndpointOptions.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.AddEndpointOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AddEndpointOptions>
- Enclosing interface:
AddEndpointOptions
@Stability(Stable)
public static final class AddEndpointOptions.Builder
extends Object
implements software.amazon.jsii.Builder<AddEndpointOptions>
A builder for
AddEndpointOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofAddEndpointOptions.getDescription()Sets the value ofAddEndpointOptions.getVersion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofAddEndpointOptions.getDescription()- Parameters:
description- Description for the endpoint, Must be between 1 and 1200 characters.- Returns:
this
-
version
Sets the value ofAddEndpointOptions.getVersion()- Parameters:
version- Override the runtime version for this endpoint.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AddEndpointOptions>- Returns:
- a new instance of
AddEndpointOptions - Throws:
NullPointerException- if any required attribute was not provided
-