Class CfnChannelPropsMixin.IngestEndpointProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.mediapackage.mixins.CfnChannelPropsMixin.IngestEndpointProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.IngestEndpointProperty>
- Enclosing interface:
CfnChannelPropsMixin.IngestEndpointProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.IngestEndpointProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.IngestEndpointProperty>
A builder for
CfnChannelPropsMixin.IngestEndpointProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnChannelPropsMixin.IngestEndpointProperty.getId()Sets the value ofCfnChannelPropsMixin.IngestEndpointProperty.getPassword()Sets the value ofCfnChannelPropsMixin.IngestEndpointProperty.getUrl()Sets the value ofCfnChannelPropsMixin.IngestEndpointProperty.getUsername()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
Sets the value ofCfnChannelPropsMixin.IngestEndpointProperty.getId()- Parameters:
id- The endpoint identifier.- Returns:
this
-
password
@Stability(Stable) public CfnChannelPropsMixin.IngestEndpointProperty.Builder password(String password) Sets the value ofCfnChannelPropsMixin.IngestEndpointProperty.getPassword()- Parameters:
password- The system-generated password for WebDAV input authentication.- Returns:
this
-
url
Sets the value ofCfnChannelPropsMixin.IngestEndpointProperty.getUrl()- Parameters:
url- The input URL where the source stream should be sent.- Returns:
this
-
username
@Stability(Stable) public CfnChannelPropsMixin.IngestEndpointProperty.Builder username(String username) Sets the value ofCfnChannelPropsMixin.IngestEndpointProperty.getUsername()- Parameters:
username- The system-generated username for WebDAV input authentication.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.IngestEndpointProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.IngestEndpointProperty - Throws:
NullPointerException- if any required attribute was not provided
-