public static interface DescribeThemeResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeThemeResponse.Builder,DescribeThemeResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeThemeResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeThemeResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
default DescribeThemeResponse.Builder |
theme(Consumer<Theme.Builder> theme)
The information about the theme that you are describing.
|
DescribeThemeResponse.Builder |
theme(Theme theme)
The information about the theme that you are describing.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeThemeResponse.Builder theme(Theme theme)
The information about the theme that you are describing.
theme - The information about the theme that you are describing.default DescribeThemeResponse.Builder theme(Consumer<Theme.Builder> theme)
The information about the theme that you are describing.
This is a convenience method that creates an instance of theTheme.Builder avoiding the need to
create one manually via Theme.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to theme(Theme).
theme - a consumer that will call methods on Theme.Buildertheme(Theme)DescribeThemeResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.DescribeThemeResponse.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.