Interface DescribeTemplateAliasResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTemplateAliasResponse.Builder,,DescribeTemplateAliasResponse> QuickSightResponse.Builder,SdkBuilder<DescribeTemplateAliasResponse.Builder,,DescribeTemplateAliasResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeTemplateAliasResponse
public static interface DescribeTemplateAliasResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeTemplateAliasResponse.Builder,DescribeTemplateAliasResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services request ID for this operation.The HTTP status of the request.templateAlias(Consumer<TemplateAlias.Builder> templateAlias) Information about the template alias.templateAlias(TemplateAlias templateAlias) Information about the template alias.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
templateAlias
Information about the template alias.
- Parameters:
 templateAlias- Information about the template alias.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
templateAlias
default DescribeTemplateAliasResponse.Builder templateAlias(Consumer<TemplateAlias.Builder> templateAlias) Information about the template alias.
This is a convenience method that creates an instance of theTemplateAlias.Builderavoiding the need to create one manually viaTemplateAlias.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totemplateAlias(TemplateAlias).- Parameters:
 templateAlias- a consumer that will call methods onTemplateAlias.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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.
 
 - 
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.
 
 
 -