Interface DescribeThemeAliasResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeThemeAliasResponse.Builder,,DescribeThemeAliasResponse> QuickSightResponse.Builder,SdkBuilder<DescribeThemeAliasResponse.Builder,,DescribeThemeAliasResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeThemeAliasResponse
public static interface DescribeThemeAliasResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeThemeAliasResponse.Builder,DescribeThemeAliasResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services request ID for this operation.The HTTP status of the request.themeAlias(Consumer<ThemeAlias.Builder> themeAlias) Information about the theme alias.themeAlias(ThemeAlias themeAlias) Information about the theme alias.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
themeAlias
Information about the theme alias.
- Parameters:
 themeAlias- Information about the theme alias.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
themeAlias
Information about the theme alias.
This is a convenience method that creates an instance of theThemeAlias.Builderavoiding the need to create one manually viaThemeAlias.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tothemeAlias(ThemeAlias).- Parameters:
 themeAlias- a consumer that will call methods onThemeAlias.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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
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.
 
 
 -