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