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