public static interface ListPipelinesRequest.Builder extends CodePipelineRequest.Builder, CopyableBuilder<ListPipelinesRequest.Builder,ListPipelinesRequest>
Modifier and Type | Method and Description |
---|---|
ListPipelinesRequest.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous list pipelines call, which can be used to return the next
set of pipelines in the list.
|
ListPipelinesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListPipelinesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListPipelinesRequest.Builder nextToken(String nextToken)
An identifier that was returned from the previous list pipelines call, which 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, which can be used to return the
next set of pipelines in the list.ListPipelinesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListPipelinesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.