Class StreamKeyReference.Builder
java.lang.Object
software.amazon.awscdk.services.ivs.StreamKeyReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<StreamKeyReference>
- Enclosing interface:
StreamKeyReference
@Stability(Stable)
public static final class StreamKeyReference.Builder
extends Object
implements software.amazon.jsii.Builder<StreamKeyReference>
A builder for
StreamKeyReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.streamKeyArn
(String streamKeyArn) Sets the value ofStreamKeyReference.getStreamKeyArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
streamKeyArn
Sets the value ofStreamKeyReference.getStreamKeyArn()
- Parameters:
streamKeyArn
- The Arn of the StreamKey resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<StreamKeyReference>
- Returns:
- a new instance of
StreamKeyReference
- Throws:
NullPointerException
- if any required attribute was not provided
-