public static interface UpdateThemeResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateThemeResponse.Builder,UpdateThemeResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateThemeResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the theme.
|
UpdateThemeResponse.Builder |
creationStatus(ResourceStatus creationStatus)
The creation status of the theme.
|
UpdateThemeResponse.Builder |
creationStatus(String creationStatus)
The creation status of the theme.
|
UpdateThemeResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
UpdateThemeResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
UpdateThemeResponse.Builder |
themeId(String themeId)
The ID for the theme.
|
UpdateThemeResponse.Builder |
versionArn(String versionArn)
The Amazon Resource Name (ARN) for the new version of the theme.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateThemeResponse.Builder themeId(String themeId)
The ID for the theme.
themeId - The ID for the theme.UpdateThemeResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the theme.
arn - The Amazon Resource Name (ARN) for the theme.UpdateThemeResponse.Builder versionArn(String versionArn)
The Amazon Resource Name (ARN) for the new version of the theme.
versionArn - The Amazon Resource Name (ARN) for the new version of the theme.UpdateThemeResponse.Builder creationStatus(String creationStatus)
The creation status of the theme.
creationStatus - The creation status of the theme.ResourceStatus,
ResourceStatusUpdateThemeResponse.Builder creationStatus(ResourceStatus creationStatus)
The creation status of the theme.
creationStatus - The creation status of the theme.ResourceStatus,
ResourceStatusUpdateThemeResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.UpdateThemeResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.Copyright © 2020. All rights reserved.