Interface DeleteTemplateAliasResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteTemplateAliasResponse.Builder,
,DeleteTemplateAliasResponse> QuickSightResponse.Builder
,SdkBuilder<DeleteTemplateAliasResponse.Builder,
,DeleteTemplateAliasResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteTemplateAliasResponse
public static interface DeleteTemplateAliasResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DeleteTemplateAliasResponse.Builder,DeleteTemplateAliasResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe name for the template alias.The Amazon Resource Name (ARN) of the template you want to delete.The Amazon Web Services request ID for this operation.The HTTP status of the request.templateId
(String templateId) An ID for the template associated with the deletion.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
status
The HTTP status of the request.
- Parameters:
status
- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateId
An ID for the template associated with the deletion.
- Parameters:
templateId
- An ID for the template associated with the deletion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliasName
The name for the template alias.
- Parameters:
aliasName
- The name for the template alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the template you want to delete.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the template you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
requestId
- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-