Interface DescribeTemplateResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTemplateResponse.Builder,DescribeTemplateResponse>,QuickSightResponse.Builder,SdkBuilder<DescribeTemplateResponse.Builder,DescribeTemplateResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeTemplateResponse
@Mutable @NotThreadSafe public static interface DescribeTemplateResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeTemplateResponse.Builder,DescribeTemplateResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeTemplateResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.DescribeTemplateResponse.Builderstatus(Integer status)The HTTP status of the request.default DescribeTemplateResponse.Buildertemplate(Consumer<Template.Builder> template)The template structure for the object you want to describe.DescribeTemplateResponse.Buildertemplate(Template template)The template structure for the object you want to describe.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
template
DescribeTemplateResponse.Builder template(Template template)
The template structure for the object you want to describe.
- Parameters:
template- The template structure for the object you want to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
template
default DescribeTemplateResponse.Builder template(Consumer<Template.Builder> template)
The template structure for the object you want to describe.
This is a convenience method that creates an instance of theTemplate.Builderavoiding the need to create one manually viaTemplate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totemplate(Template).- Parameters:
template- a consumer that will call methods onTemplate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
template(Template)
-
status
DescribeTemplateResponse.Builder status(Integer 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
DescribeTemplateResponse.Builder requestId(String 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.
-
-