public static interface DescribeThemeAliasResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeThemeAliasResponse.Builder,DescribeThemeAliasResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeThemeAliasResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeThemeAliasResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
default DescribeThemeAliasResponse.Builder |
themeAlias(Consumer<ThemeAlias.Builder> themeAlias)
Information about the theme alias.
|
DescribeThemeAliasResponse.Builder |
themeAlias(ThemeAlias themeAlias)
Information about the theme alias.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeThemeAliasResponse.Builder themeAlias(ThemeAlias themeAlias)
Information about the theme alias.
themeAlias - Information about the theme alias.default DescribeThemeAliasResponse.Builder themeAlias(Consumer<ThemeAlias.Builder> themeAlias)
Information about the theme alias.
This is a convenience method that creates an instance of theThemeAlias.Builder avoiding the need to
create one manually via ThemeAlias.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to themeAlias(ThemeAlias).
themeAlias - a consumer that will call methods on ThemeAlias.BuilderthemeAlias(ThemeAlias)DescribeThemeAliasResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.DescribeThemeAliasResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.Copyright © 2023. All rights reserved.