Interface DescribeThemeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeThemeResponse.Builder,DescribeThemeResponse>,QuickSightResponse.Builder,SdkBuilder<DescribeThemeResponse.Builder,DescribeThemeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeThemeResponse
@Mutable @NotThreadSafe public static interface DescribeThemeResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeThemeResponse.Builder,DescribeThemeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeThemeResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.DescribeThemeResponse.Builderstatus(Integer status)The HTTP status of the request.default DescribeThemeResponse.Buildertheme(Consumer<Theme.Builder> theme)The information about the theme that you are describing.DescribeThemeResponse.Buildertheme(Theme theme)The information about the theme that you are describing.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
theme
DescribeThemeResponse.Builder theme(Theme theme)
The information about the theme that you are describing.
- Parameters:
theme- The information about the theme that you are describing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
theme
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.Builderavoiding the need to create one manually viaTheme.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totheme(Theme).- Parameters:
theme- a consumer that will call methods onTheme.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
theme(Theme)
-
status
DescribeThemeResponse.Builder status(Integer status)
The HTTP status of the request.
- Parameters:
status- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
DescribeThemeResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-