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 AWS 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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeThemeAliasResponse.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 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.Builder
themeAlias(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 AWS request ID for this operation.
requestId
- The AWS request ID for this operation.Copyright © 2021. All rights reserved.