public static interface ListPipelinesRequest.Builder extends DataPipelineRequest.Builder, SdkPojo, CopyableBuilder<ListPipelinesRequest.Builder,ListPipelinesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPipelinesRequest.Builder |
marker(String marker)
The starting point for the results to be returned.
|
ListPipelinesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPipelinesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPipelinesRequest.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.ListPipelinesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPipelinesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.