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