public static interface ListPipelinesRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<ListPipelinesRequest.Builder,ListPipelinesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPipelinesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of pipelines to return in a single call.
|
ListPipelinesRequest.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous list pipelines call.
|
ListPipelinesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPipelinesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPipelinesRequest.Builder nextToken(String nextToken)
An identifier that was returned from the previous list pipelines call. It can be used to return the next set of pipelines in the list.
nextToken - An identifier that was returned from the previous list pipelines call. It can be used to return the
next set of pipelines in the list.ListPipelinesRequest.Builder maxResults(Integer maxResults)
The maximum number of pipelines to return in a single call. To retrieve the remaining pipelines, make another call with the returned nextToken value. The minimum value you can specify is 1. The maximum accepted value is 1000.
maxResults - The maximum number of pipelines to return in a single call. To retrieve the remaining pipelines, make
another call with the returned nextToken value. The minimum value you can specify is 1. The maximum
accepted value is 1000.ListPipelinesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPipelinesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.