Class ThemeReference.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.ThemeReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ThemeReference>
- Enclosing interface:
ThemeReference
@Stability(Stable)
public static final class ThemeReference.Builder
extends Object
implements software.amazon.jsii.Builder<ThemeReference>
A builder for
ThemeReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawsAccountId
(String awsAccountId) Sets the value ofThemeReference.getAwsAccountId()
build()
Builds the configured instance.Sets the value ofThemeReference.getThemeArn()
Sets the value ofThemeReference.getThemeId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
awsAccountId
Sets the value ofThemeReference.getAwsAccountId()
- Parameters:
awsAccountId
- The AwsAccountId of the Theme resource. This parameter is required.- Returns:
this
-
themeArn
Sets the value ofThemeReference.getThemeArn()
- Parameters:
themeArn
- The ARN of the Theme resource. This parameter is required.- Returns:
this
-
themeId
Sets the value ofThemeReference.getThemeId()
- Parameters:
themeId
- The ThemeId of the Theme resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<ThemeReference>
- Returns:
- a new instance of
ThemeReference
- Throws:
NullPointerException
- if any required attribute was not provided
-