public static interface ListProgressUpdateStreamsResponse.Builder extends MigrationHubResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theProgressUpdateStreamSummary.Builder avoiding the
need to create one manually via
ProgressUpdateStreamSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #progressUpdateStreamSummaryList(List.
progressUpdateStreamSummaryList - a consumer that will call methods on
ProgressUpdateStreamSummary.Builder#progressUpdateStreamSummaryList(java.util.Collection) 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 © 2023. All rights reserved.