public static interface DeleteThemeAliasResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DeleteThemeAliasResponse.Builder,DeleteThemeAliasResponse>
| Modifier and Type | Method and 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteThemeAliasResponse.Builder aliasName(String aliasName)
The name for the theme alias.
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.
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.
requestId - The Amazon Web Services request ID for this operation.DeleteThemeAliasResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.DeleteThemeAliasResponse.Builder themeId(String themeId)
An ID for the theme associated with the deletion.
themeId - An ID for the theme associated with the deletion.Copyright © 2023. All rights reserved.