Class CfnDataSourcePropsMixin.WebCrawlerAuthenticationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kendra.CfnDataSourcePropsMixin.WebCrawlerAuthenticationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSourcePropsMixin.WebCrawlerAuthenticationConfigurationProperty>
- Enclosing interface:
CfnDataSourcePropsMixin.WebCrawlerAuthenticationConfigurationProperty
@Stability(Stable)
public static final class CfnDataSourcePropsMixin.WebCrawlerAuthenticationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSourcePropsMixin.WebCrawlerAuthenticationConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbasicAuthentication(List<? extends Object> basicAuthentication) basicAuthentication(IResolvable basicAuthentication) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
basicAuthentication
@Stability(Stable) public CfnDataSourcePropsMixin.WebCrawlerAuthenticationConfigurationProperty.Builder basicAuthentication(IResolvable basicAuthentication) Sets the value ofCfnDataSourcePropsMixin.WebCrawlerAuthenticationConfigurationProperty.getBasicAuthentication()- Parameters:
basicAuthentication- The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials. The list includes the name and port number of the website host.- Returns:
this
-
basicAuthentication
@Stability(Stable) public CfnDataSourcePropsMixin.WebCrawlerAuthenticationConfigurationProperty.Builder basicAuthentication(List<? extends Object> basicAuthentication) Sets the value ofCfnDataSourcePropsMixin.WebCrawlerAuthenticationConfigurationProperty.getBasicAuthentication()- Parameters:
basicAuthentication- The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials. The list includes the name and port number of the website host.- Returns:
this
-
build
@Stability(Stable) public CfnDataSourcePropsMixin.WebCrawlerAuthenticationConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSourcePropsMixin.WebCrawlerAuthenticationConfigurationProperty>- Returns:
- a new instance of
CfnDataSourcePropsMixin.WebCrawlerAuthenticationConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-