@Stability(value=Stable) public static final class CfnDataSource.WebCrawlerAuthenticationConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.WebCrawlerAuthenticationConfigurationProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.WebCrawlerAuthenticationConfigurationProperty.Builder |
basicAuthentication(IResolvable basicAuthentication)
|
CfnDataSource.WebCrawlerAuthenticationConfigurationProperty.Builder |
basicAuthentication(List<? extends Object> basicAuthentication)
|
CfnDataSource.WebCrawlerAuthenticationConfigurationProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) 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@Stability(value=Stable) public CfnDataSource.WebCrawlerAuthenticationConfigurationProperty.Builder basicAuthentication(List<? extends 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@Stability(value=Stable) public CfnDataSource.WebCrawlerAuthenticationConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.WebCrawlerAuthenticationConfigurationProperty>CfnDataSource.WebCrawlerAuthenticationConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.