public static interface DescribeTemplateResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeTemplateResponse.Builder,DescribeTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTemplateResponse.Builder |
requestId(String requestId)
Sets the value of the RequestId property for this object.
|
DescribeTemplateResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
default DescribeTemplateResponse.Builder |
template(Consumer<Template.Builder> template)
The template structure for the object you want to describe.
|
DescribeTemplateResponse.Builder |
template(Template template)
The template structure for the object you want to describe.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTemplateResponse.Builder template(Template template)
The template structure for the object you want to describe.
template - The template structure for the object you want to describe.default DescribeTemplateResponse.Builder template(Consumer<Template.Builder> template)
The template structure for the object you want to describe.
This is a convenience that creates an instance of theTemplate.Builder avoiding the need to create
one manually via Template.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to template(Template).template - a consumer that will call methods on Template.Buildertemplate(Template)DescribeTemplateResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.DescribeTemplateResponse.Builder requestId(String requestId)
requestId - The new value for the RequestId property for this object.Copyright © 2020. All rights reserved.