Class CfnChannel.EsamProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.EsamProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.EsamProperty>
- Enclosing interface:
CfnChannel.EsamProperty
@Stability(Stable)
public static final class CfnChannel.EsamProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.EsamProperty>
A builder for
CfnChannel.EsamProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionacquisitionPointId
(String acquisitionPointId) Sets the value ofCfnChannel.EsamProperty.getAcquisitionPointId()
adAvailOffset
(Number adAvailOffset) Sets the value ofCfnChannel.EsamProperty.getAdAvailOffset()
build()
Builds the configured instance.passwordParam
(String passwordParam) Sets the value ofCfnChannel.EsamProperty.getPasswordParam()
poisEndpoint
(String poisEndpoint) Sets the value ofCfnChannel.EsamProperty.getPoisEndpoint()
Sets the value ofCfnChannel.EsamProperty.getUsername()
zoneIdentity
(String zoneIdentity) Sets the value ofCfnChannel.EsamProperty.getZoneIdentity()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
acquisitionPointId
@Stability(Stable) public CfnChannel.EsamProperty.Builder acquisitionPointId(String acquisitionPointId) Sets the value ofCfnChannel.EsamProperty.getAcquisitionPointId()
- Parameters:
acquisitionPointId
- the value to be set.- Returns:
this
-
adAvailOffset
Sets the value ofCfnChannel.EsamProperty.getAdAvailOffset()
- Parameters:
adAvailOffset
- the value to be set.- Returns:
this
-
passwordParam
Sets the value ofCfnChannel.EsamProperty.getPasswordParam()
- Parameters:
passwordParam
- the value to be set.- Returns:
this
-
poisEndpoint
Sets the value ofCfnChannel.EsamProperty.getPoisEndpoint()
- Parameters:
poisEndpoint
- the value to be set.- Returns:
this
-
username
Sets the value ofCfnChannel.EsamProperty.getUsername()
- Parameters:
username
- the value to be set.- Returns:
this
-
zoneIdentity
Sets the value ofCfnChannel.EsamProperty.getZoneIdentity()
- Parameters:
zoneIdentity
- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.EsamProperty>
- Returns:
- a new instance of
CfnChannel.EsamProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-