Interface ListTemplatesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTemplatesResponse.Builder,ListTemplatesResponse>,QuickSightResponse.Builder,SdkBuilder<ListTemplatesResponse.Builder,ListTemplatesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTemplatesResponse
public static interface ListTemplatesResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListTemplatesResponse.Builder,ListTemplatesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTemplatesResponse.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListTemplatesResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.ListTemplatesResponse.Builderstatus(Integer status)The HTTP status of the request.ListTemplatesResponse.BuildertemplateSummaryList(Collection<TemplateSummary> templateSummaryList)A structure containing information about the templates in the list.ListTemplatesResponse.BuildertemplateSummaryList(Consumer<TemplateSummary.Builder>... templateSummaryList)A structure containing information about the templates in the list.ListTemplatesResponse.BuildertemplateSummaryList(TemplateSummary... templateSummaryList)A structure containing information about the templates in the list.-
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 Detail
-
templateSummaryList
ListTemplatesResponse.Builder templateSummaryList(Collection<TemplateSummary> templateSummaryList)
A structure containing information about the templates in the list.
- Parameters:
templateSummaryList- A structure containing information about the templates in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateSummaryList
ListTemplatesResponse.Builder templateSummaryList(TemplateSummary... templateSummaryList)
A structure containing information about the templates in the list.
- Parameters:
templateSummaryList- A structure containing information about the templates in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateSummaryList
ListTemplatesResponse.Builder templateSummaryList(Consumer<TemplateSummary.Builder>... templateSummaryList)
A structure containing information about the templates in the list.
This is a convenience method that creates an instance of theTemplateSummary.Builderavoiding the need to create one manually viaTemplateSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#templateSummaryList(List.) - Parameters:
templateSummaryList- a consumer that will call methods onTemplateSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#templateSummaryList(java.util.Collection)
-
nextToken
ListTemplatesResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken- The token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListTemplatesResponse.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
ListTemplatesResponse.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.
-
-