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