public static interface DeleteTemplateAliasResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DeleteTemplateAliasResponse.Builder,DeleteTemplateAliasResponse>
Modifier and Type | Method and Description |
---|---|
DeleteTemplateAliasResponse.Builder |
aliasName(String aliasName)
The name for the template alias.
|
DeleteTemplateAliasResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
DeleteTemplateAliasResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
DeleteTemplateAliasResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
DeleteTemplateAliasResponse.Builder |
templateId(String templateId)
An ID for the template associated with the deletion.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteTemplateAliasResponse.Builder status(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.DeleteTemplateAliasResponse.Builder templateId(String templateId)
An ID for the template associated with the deletion.
templateId
- An ID for the template associated with the deletion.DeleteTemplateAliasResponse.Builder aliasName(String aliasName)
The name for the template alias.
aliasName
- The name for the template alias.DeleteTemplateAliasResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the resource.
arn
- The Amazon Resource Name (ARN) of the resource.DeleteTemplateAliasResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.Copyright © 2019. All rights reserved.