Class CfnInput.SrtCallerSourceRequestProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnInput.SrtCallerSourceRequestProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInput.SrtCallerSourceRequestProperty>
- Enclosing interface:
CfnInput.SrtCallerSourceRequestProperty
@Stability(Stable)
public static final class CfnInput.SrtCallerSourceRequestProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInput.SrtCallerSourceRequestProperty>
A builder for
CfnInput.SrtCallerSourceRequestProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.decryption
(IResolvable decryption) Sets the value ofCfnInput.SrtCallerSourceRequestProperty.getDecryption()
Sets the value ofCfnInput.SrtCallerSourceRequestProperty.getDecryption()
minimumLatency
(Number minimumLatency) Sets the value ofCfnInput.SrtCallerSourceRequestProperty.getMinimumLatency()
srtListenerAddress
(String srtListenerAddress) Sets the value ofCfnInput.SrtCallerSourceRequestProperty.getSrtListenerAddress()
srtListenerPort
(String srtListenerPort) Sets the value ofCfnInput.SrtCallerSourceRequestProperty.getSrtListenerPort()
Sets the value ofCfnInput.SrtCallerSourceRequestProperty.getStreamId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
decryption
@Stability(Stable) public CfnInput.SrtCallerSourceRequestProperty.Builder decryption(IResolvable decryption) Sets the value ofCfnInput.SrtCallerSourceRequestProperty.getDecryption()
- Parameters:
decryption
- the value to be set.- Returns:
this
-
decryption
@Stability(Stable) public CfnInput.SrtCallerSourceRequestProperty.Builder decryption(CfnInput.SrtCallerDecryptionRequestProperty decryption) Sets the value ofCfnInput.SrtCallerSourceRequestProperty.getDecryption()
- Parameters:
decryption
- the value to be set.- Returns:
this
-
minimumLatency
@Stability(Stable) public CfnInput.SrtCallerSourceRequestProperty.Builder minimumLatency(Number minimumLatency) Sets the value ofCfnInput.SrtCallerSourceRequestProperty.getMinimumLatency()
- Parameters:
minimumLatency
- the value to be set.- Returns:
this
-
srtListenerAddress
@Stability(Stable) public CfnInput.SrtCallerSourceRequestProperty.Builder srtListenerAddress(String srtListenerAddress) Sets the value ofCfnInput.SrtCallerSourceRequestProperty.getSrtListenerAddress()
- Parameters:
srtListenerAddress
- the value to be set.- Returns:
this
-
srtListenerPort
@Stability(Stable) public CfnInput.SrtCallerSourceRequestProperty.Builder srtListenerPort(String srtListenerPort) Sets the value ofCfnInput.SrtCallerSourceRequestProperty.getSrtListenerPort()
- Parameters:
srtListenerPort
- the value to be set.- Returns:
this
-
streamId
Sets the value ofCfnInput.SrtCallerSourceRequestProperty.getStreamId()
- Parameters:
streamId
- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnInput.SrtCallerSourceRequestProperty>
- Returns:
- a new instance of
CfnInput.SrtCallerSourceRequestProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-