Class CfnStreamGroup.DefaultApplicationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.gameliftstreams.CfnStreamGroup.DefaultApplicationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStreamGroup.DefaultApplicationProperty>
- Enclosing interface:
CfnStreamGroup.DefaultApplicationProperty
@Stability(Stable)
public static final class CfnStreamGroup.DefaultApplicationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStreamGroup.DefaultApplicationProperty>
A builder for
CfnStreamGroup.DefaultApplicationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnStreamGroup.DefaultApplicationProperty.getArn()build()Builds the configured instance.Sets the value ofCfnStreamGroup.DefaultApplicationProperty.getId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
Sets the value ofCfnStreamGroup.DefaultApplicationProperty.getArn()- Parameters:
arn- An Amazon Resource Name (ARN) that uniquely identifies the application resource. Example ARN:arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6.- Returns:
this
-
id
Sets the value ofCfnStreamGroup.DefaultApplicationProperty.getId()- Parameters:
id- An ID that uniquely identifies the application resource. Example ID:a-9ZY8X7Wv6.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStreamGroup.DefaultApplicationProperty>- Returns:
- a new instance of
CfnStreamGroup.DefaultApplicationProperty - Throws:
NullPointerException- if any required attribute was not provided
-