public static interface DescribeThemeRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeThemeRequest.Builder,DescribeThemeRequest>
Modifier and Type | Method and Description |
---|---|
DescribeThemeRequest.Builder |
aliasName(String aliasName)
The alias of the theme that you want to describe.
|
DescribeThemeRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme that you're describing.
|
DescribeThemeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeThemeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeThemeRequest.Builder |
themeId(String themeId)
The ID for the theme.
|
DescribeThemeRequest.Builder |
versionNumber(Long versionNumber)
The version number for the version to describe.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeThemeRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme that you're describing.
awsAccountId
- The ID of the Amazon Web Services account that contains the theme that you're describing.DescribeThemeRequest.Builder themeId(String themeId)
The ID for the theme.
themeId
- The ID for the theme.DescribeThemeRequest.Builder versionNumber(Long versionNumber)
The version number for the version to describe. If a VersionNumber
parameter value isn't
provided, the latest version of the theme is described.
versionNumber
- The version number for the version to describe. If a VersionNumber
parameter value isn't
provided, the latest version of the theme is described.DescribeThemeRequest.Builder aliasName(String aliasName)
The alias of the theme that you want to describe. If you name a specific alias, you describe the version that
the alias points to. You can specify the latest version of the theme by providing the keyword
$LATEST
in the AliasName
parameter. The keyword $PUBLISHED
doesn't
apply to themes.
aliasName
- The alias of the theme that you want to describe. If you name a specific alias, you describe the
version that the alias points to. You can specify the latest version of the theme by providing the
keyword $LATEST
in the AliasName
parameter. The keyword
$PUBLISHED
doesn't apply to themes.DescribeThemeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeThemeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.