@Stability(value=Stable) public static final class CfnChannel.IngestEndpointProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.IngestEndpointProperty>
CfnChannel.IngestEndpointProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.IngestEndpointProperty |
build()
Builds the configured instance.
|
CfnChannel.IngestEndpointProperty.Builder |
id(String id)
Sets the value of
CfnChannel.IngestEndpointProperty.getId() |
CfnChannel.IngestEndpointProperty.Builder |
password(String password)
Sets the value of
CfnChannel.IngestEndpointProperty.getPassword() |
CfnChannel.IngestEndpointProperty.Builder |
url(String url)
Sets the value of
CfnChannel.IngestEndpointProperty.getUrl() |
CfnChannel.IngestEndpointProperty.Builder |
username(String username)
Sets the value of
CfnChannel.IngestEndpointProperty.getUsername() |
@Stability(value=Stable) public CfnChannel.IngestEndpointProperty.Builder id(String id)
CfnChannel.IngestEndpointProperty.getId()id - `CfnChannel.IngestEndpointProperty.Id`.this@Stability(value=Stable) public CfnChannel.IngestEndpointProperty.Builder password(String password)
CfnChannel.IngestEndpointProperty.getPassword()password - `CfnChannel.IngestEndpointProperty.Password`.this@Stability(value=Stable) public CfnChannel.IngestEndpointProperty.Builder url(String url)
CfnChannel.IngestEndpointProperty.getUrl()url - `CfnChannel.IngestEndpointProperty.Url`.this@Stability(value=Stable) public CfnChannel.IngestEndpointProperty.Builder username(String username)
CfnChannel.IngestEndpointProperty.getUsername()username - `CfnChannel.IngestEndpointProperty.Username`.this@Stability(value=Stable) public CfnChannel.IngestEndpointProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.IngestEndpointProperty>CfnChannel.IngestEndpointPropertyNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.