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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeThemeAliasResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.DescribeThemeAliasResponse.Builderstatus(Integer status)The HTTP status of the request.default DescribeThemeAliasResponse.BuilderthemeAlias(Consumer<ThemeAlias.Builder> themeAlias)Information about the theme alias.DescribeThemeAliasResponse.BuilderthemeAlias(ThemeAlias themeAlias)Information about the theme alias.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
themeAlias
DescribeThemeAliasResponse.Builder themeAlias(ThemeAlias 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
default DescribeThemeAliasResponse.Builder themeAlias(Consumer<ThemeAlias.Builder> 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:
themeAlias(ThemeAlias)
-
status
DescribeThemeAliasResponse.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
DescribeThemeAliasResponse.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.
-
-