public static interface DescribeThemeAliasRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeThemeAliasRequest.Builder,DescribeThemeAliasRequest>
Modifier and Type | Method and Description |
---|---|
DescribeThemeAliasRequest.Builder |
aliasName(String aliasName)
The name of the theme alias that you want to describe.
|
DescribeThemeAliasRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account; that contains the theme alias that you're describing.
|
DescribeThemeAliasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeThemeAliasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeThemeAliasRequest.Builder |
themeId(String themeId)
The ID for the theme.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeThemeAliasRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account; that contains the theme alias that you're describing.
awsAccountId
- The ID of the Amazon Web Services account; that contains the theme alias that you're describing.DescribeThemeAliasRequest.Builder themeId(String themeId)
The ID for the theme.
themeId
- The ID for the theme.DescribeThemeAliasRequest.Builder aliasName(String aliasName)
The name of the theme alias that you want to describe.
aliasName
- The name of the theme alias that you want to describe.DescribeThemeAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeThemeAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.