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