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