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