public static final class CfnDataSource.WebCrawlerAuthenticationConfigurationProperty.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDataSource.WebCrawlerAuthenticationConfigurationProperty.Builder |
basicAuthentication(IResolvable basicAuthentication)
|
CfnDataSource.WebCrawlerAuthenticationConfigurationProperty.Builder |
basicAuthentication(java.util.List<? extends java.lang.Object> basicAuthentication)
|
CfnDataSource.WebCrawlerAuthenticationConfigurationProperty |
build()
Builds the configured instance.
|
public CfnDataSource.WebCrawlerAuthenticationConfigurationProperty.Builder basicAuthentication(IResolvable basicAuthentication)
CfnDataSource.WebCrawlerAuthenticationConfigurationProperty.getBasicAuthentication()
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.this
public CfnDataSource.WebCrawlerAuthenticationConfigurationProperty.Builder basicAuthentication(java.util.List<? extends java.lang.Object> basicAuthentication)
CfnDataSource.WebCrawlerAuthenticationConfigurationProperty.getBasicAuthentication()
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.this
public CfnDataSource.WebCrawlerAuthenticationConfigurationProperty build()
CfnDataSource.WebCrawlerAuthenticationConfigurationProperty
java.lang.NullPointerException
- if any required attribute was not provided