public static interface DescribeClusterTracksResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeClusterTracksResponse.Builder,DescribeClusterTracksResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeClusterTracksResponse.Builder |
maintenanceTracks(Collection<MaintenanceTrack> maintenanceTracks)
A list of maintenance tracks output by the
DescribeClusterTracks operation. |
DescribeClusterTracksResponse.Builder |
maintenanceTracks(Consumer<MaintenanceTrack.Builder>... maintenanceTracks)
A list of maintenance tracks output by the
DescribeClusterTracks operation. |
DescribeClusterTracksResponse.Builder |
maintenanceTracks(MaintenanceTrack... maintenanceTracks)
A list of maintenance tracks output by the
DescribeClusterTracks operation. |
DescribeClusterTracksResponse.Builder |
marker(String marker)
The starting point to return a set of response tracklist records.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeClusterTracksResponse.Builder maintenanceTracks(Collection<MaintenanceTrack> maintenanceTracks)
A list of maintenance tracks output by the DescribeClusterTracks operation.
maintenanceTracks - A list of maintenance tracks output by the DescribeClusterTracks operation.DescribeClusterTracksResponse.Builder maintenanceTracks(MaintenanceTrack... maintenanceTracks)
A list of maintenance tracks output by the DescribeClusterTracks operation.
maintenanceTracks - A list of maintenance tracks output by the DescribeClusterTracks operation.DescribeClusterTracksResponse.Builder maintenanceTracks(Consumer<MaintenanceTrack.Builder>... maintenanceTracks)
A list of maintenance tracks output by the DescribeClusterTracks operation.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #maintenanceTracks(List) .maintenanceTracks - a consumer that will call methods on List.Builder #maintenanceTracks(List) DescribeClusterTracksResponse.Builder marker(String marker)
The starting point to return a set of response tracklist records. You can retrieve the next set of response
records by providing the returned marker value in the Marker parameter and retrying the request.
marker - The starting point to return a set of response tracklist records. You can retrieve the next set of
response records by providing the returned marker value in the Marker parameter and
retrying the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.