public static interface ListPipelinesRequest.Builder extends OsisRequest.Builder, SdkPojo, CopyableBuilder<ListPipelinesRequest.Builder,ListPipelinesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPipelinesRequest.Builder |
maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListPipelinesRequest.Builder |
nextToken(String nextToken)
If your initial
ListPipelines operation returns a nextToken, you can include the
returned nextToken in subsequent ListPipelines operations, which returns results in
the next page. |
ListPipelinesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPipelinesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPipelinesRequest.Builder maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results.
maxResults - An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results.ListPipelinesRequest.Builder nextToken(String nextToken)
If your initial ListPipelines operation returns a nextToken, you can include the
returned nextToken in subsequent ListPipelines operations, which returns results in
the next page.
nextToken - If your initial ListPipelines operation returns a nextToken, you can include
the returned nextToken in subsequent ListPipelines operations, which returns
results in the next page.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.