Class PoisEndpoint.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.alpha.PoisEndpoint.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<PoisEndpoint>
- Enclosing interface:
PoisEndpoint
@Stability(Experimental)
public static final class PoisEndpoint.Builder
extends Object
implements software.amazon.jsii.Builder<PoisEndpoint>
A builder for
PoisEndpoint-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.password(IStringParameter password) Sets the value ofPoisEndpoint.getPassword()Sets the value ofPoisEndpoint.getUrl()Sets the value ofPoisEndpoint.getUsername()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
url
Sets the value ofPoisEndpoint.getUrl()- Parameters:
url- The POIS endpoint URL that MediaLive sends signal conditioning information to. This parameter is required.- Returns:
this
-
password
Sets the value ofPoisEndpoint.getPassword()- Parameters:
password- An SSM parameter holding the password for the POIS endpoint. The channel role is granted read access to the parameter automatically.- Returns:
this
-
username
Sets the value ofPoisEndpoint.getUsername()- Parameters:
username- The username used to connect to the POIS endpoint.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PoisEndpoint>- Returns:
- a new instance of
PoisEndpoint - Throws:
NullPointerException- if any required attribute was not provided
-