Class CfnDataSource.SeedUrlProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrock.CfnDataSource.SeedUrlProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSource.SeedUrlProperty>
- Enclosing interface:
CfnDataSource.SeedUrlProperty
@Stability(Stable)
public static final class CfnDataSource.SeedUrlProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSource.SeedUrlProperty>
A builder for
CfnDataSource.SeedUrlProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataSource.SeedUrlProperty.getUrl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
url
Sets the value ofCfnDataSource.SeedUrlProperty.getUrl()- Parameters:
url- A seed or starting point URL. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSource.SeedUrlProperty>- Returns:
- a new instance of
CfnDataSource.SeedUrlProperty - Throws:
NullPointerException- if any required attribute was not provided
-