public static interface ListProgressUpdateStreamsResponse.Builder extends MigrationHubResponse.Builder, CopyableBuilder<ListProgressUpdateStreamsResponse.Builder,ListProgressUpdateStreamsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProgressUpdateStreamsResponse.Builder |
nextToken(String nextToken)
If there are more streams created than the max result, return the next token to be passed to the next call as
a bookmark of where to start from.
|
ListProgressUpdateStreamsResponse.Builder |
progressUpdateStreamSummaryList(Collection<ProgressUpdateStreamSummary> progressUpdateStreamSummaryList)
List of progress update streams up to the max number of results passed in the input.
|
ListProgressUpdateStreamsResponse.Builder |
progressUpdateStreamSummaryList(Consumer<ProgressUpdateStreamSummary.Builder>... progressUpdateStreamSummaryList)
List of progress update streams up to the max number of results passed in the input.
|
ListProgressUpdateStreamsResponse.Builder |
progressUpdateStreamSummaryList(ProgressUpdateStreamSummary... progressUpdateStreamSummaryList)
List of progress update streams up to the max number of results passed in the input.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListProgressUpdateStreamsResponse.Builder progressUpdateStreamSummaryList(Collection<ProgressUpdateStreamSummary> progressUpdateStreamSummaryList)
List of progress update streams up to the max number of results passed in the input.
progressUpdateStreamSummaryList - List of progress update streams up to the max number of results passed in the input.ListProgressUpdateStreamsResponse.Builder progressUpdateStreamSummaryList(ProgressUpdateStreamSummary... progressUpdateStreamSummaryList)
List of progress update streams up to the max number of results passed in the input.
progressUpdateStreamSummaryList - List of progress update streams up to the max number of results passed in the input.ListProgressUpdateStreamsResponse.Builder progressUpdateStreamSummaryList(Consumer<ProgressUpdateStreamSummary.Builder>... progressUpdateStreamSummaryList)
List of progress update streams up to the max number of results passed in the input.
This is a convenience that creates an instance of theList.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 #progressUpdateStreamSummaryList(List) .progressUpdateStreamSummaryList - a consumer that will call methods on List.Builder #progressUpdateStreamSummaryList(List) ListProgressUpdateStreamsResponse.Builder nextToken(String nextToken)
If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
nextToken - If there are more streams created than the max result, return the next token to be passed to the next
call as a bookmark of where to start from.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.