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