Interface UpdateThemeAliasResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateThemeAliasResponse.Builder,UpdateThemeAliasResponse>,QuickSightResponse.Builder,SdkBuilder<UpdateThemeAliasResponse.Builder,UpdateThemeAliasResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateThemeAliasResponse
@Mutable @NotThreadSafe public static interface UpdateThemeAliasResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateThemeAliasResponse.Builder,UpdateThemeAliasResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateThemeAliasResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.UpdateThemeAliasResponse.Builderstatus(Integer status)The HTTP status of the request.default UpdateThemeAliasResponse.BuilderthemeAlias(Consumer<ThemeAlias.Builder> themeAlias)Information about the theme alias.UpdateThemeAliasResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
themeAlias
UpdateThemeAliasResponse.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 UpdateThemeAliasResponse.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
UpdateThemeAliasResponse.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
UpdateThemeAliasResponse.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.
-
-