CopyableBuilder<ListPipelinesRequest.Builder,ListPipelinesRequest>
, SdkBuilder<ListPipelinesRequest.Builder,ListPipelinesRequest>
public static interface ListPipelinesRequest.Builder extends CopyableBuilder<ListPipelinesRequest.Builder,ListPipelinesRequest>
Modifier and Type | Method | Description |
---|---|---|
ListPipelinesRequest.Builder |
marker(String marker) |
The starting point for the results to be returned.
|
copy
apply, build
ListPipelinesRequest.Builder marker(String marker)
The starting point for the results to be returned. For the first call, this value should be empty. As long as
there are more results, continue to call ListPipelines
with the marker value from the previous
call to retrieve the next set of results.
marker
- The starting point for the results to be returned. For the first call, this value should be empty. As
long as there are more results, continue to call ListPipelines
with the marker value from
the previous call to retrieve the next set of results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.