Class StreamKeyProps.Builder
java.lang.Object
software.amazon.awscdk.services.ivs.alpha.StreamKeyProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<StreamKeyProps>
- Enclosing interface:
StreamKeyProps
@Stability(Experimental)
public static final class StreamKeyProps.Builder
extends Object
implements software.amazon.jsii.Builder<StreamKeyProps>
A builder for
StreamKeyProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofStreamKeyProps.getChannel()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
channel
Sets the value ofStreamKeyProps.getChannel()
- Parameters:
channel
- Channel ARN for the stream. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<StreamKeyProps>
- Returns:
- a new instance of
StreamKeyProps
- Throws:
NullPointerException
- if any required attribute was not provided
-