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