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