@Stability(value=Stable) public static final class CfnDataSource.WebCrawlerBasicAuthenticationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.WebCrawlerBasicAuthenticationProperty>
CfnDataSource.WebCrawlerBasicAuthenticationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.WebCrawlerBasicAuthenticationProperty |
build()
Builds the configured instance.
|
CfnDataSource.WebCrawlerBasicAuthenticationProperty.Builder |
credentials(String credentials)
Sets the value of
CfnDataSource.WebCrawlerBasicAuthenticationProperty.getCredentials() |
CfnDataSource.WebCrawlerBasicAuthenticationProperty.Builder |
host(String host)
Sets the value of
CfnDataSource.WebCrawlerBasicAuthenticationProperty.getHost() |
CfnDataSource.WebCrawlerBasicAuthenticationProperty.Builder |
port(Number port)
Sets the value of
CfnDataSource.WebCrawlerBasicAuthenticationProperty.getPort() |
@Stability(value=Stable) public CfnDataSource.WebCrawlerBasicAuthenticationProperty.Builder credentials(String credentials)
CfnDataSource.WebCrawlerBasicAuthenticationProperty.getCredentials()credentials - `CfnDataSource.WebCrawlerBasicAuthenticationProperty.Credentials`. This parameter is required.this@Stability(value=Stable) public CfnDataSource.WebCrawlerBasicAuthenticationProperty.Builder host(String host)
CfnDataSource.WebCrawlerBasicAuthenticationProperty.getHost()host - `CfnDataSource.WebCrawlerBasicAuthenticationProperty.Host`. This parameter is required.this@Stability(value=Stable) public CfnDataSource.WebCrawlerBasicAuthenticationProperty.Builder port(Number port)
CfnDataSource.WebCrawlerBasicAuthenticationProperty.getPort()port - `CfnDataSource.WebCrawlerBasicAuthenticationProperty.Port`. This parameter is required.this@Stability(value=Stable) public CfnDataSource.WebCrawlerBasicAuthenticationProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.WebCrawlerBasicAuthenticationProperty>CfnDataSource.WebCrawlerBasicAuthenticationPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.