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