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