Interface DeleteThemeAliasResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteThemeAliasResponse.Builder,DeleteThemeAliasResponse>
,QuickSightResponse.Builder
,SdkBuilder<DeleteThemeAliasResponse.Builder,DeleteThemeAliasResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- DeleteThemeAliasResponse
public static interface DeleteThemeAliasResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DeleteThemeAliasResponse.Builder,DeleteThemeAliasResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteThemeAliasResponse.Builder
aliasName(String aliasName)
The name for the theme alias.DeleteThemeAliasResponse.Builder
arn(String arn)
The Amazon Resource Name (ARN) of the theme resource using the deleted alias.DeleteThemeAliasResponse.Builder
requestId(String requestId)
The Amazon Web Services request ID for this operation.DeleteThemeAliasResponse.Builder
status(Integer status)
The HTTP status of the request.DeleteThemeAliasResponse.Builder
themeId(String themeId)
An ID for the theme associated with the deletion.-
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
-
aliasName
DeleteThemeAliasResponse.Builder aliasName(String aliasName)
The name for the theme alias.
- Parameters:
aliasName
- The name for the theme alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
DeleteThemeAliasResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the theme resource using the deleted alias.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the theme resource using the deleted alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
DeleteThemeAliasResponse.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.
-
status
DeleteThemeAliasResponse.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.
-
themeId
DeleteThemeAliasResponse.Builder themeId(String themeId)
An ID for the theme associated with the deletion.
- Parameters:
themeId
- An ID for the theme associated with the deletion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-