public static interface ListEnvironmentsRequest.Builder extends FinspaceRequest.Builder, SdkPojo, CopyableBuilder<ListEnvironmentsRequest.Builder,ListEnvironmentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListEnvironmentsRequest.Builder |
nextToken(String nextToken)
A token generated by FinSpace that specifies where to continue pagination if a previous request was
truncated.
|
ListEnvironmentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEnvironmentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEnvironmentsRequest.Builder nextToken(String nextToken)
A token generated by FinSpace that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the nextToken value from the response object of the previous page call.
nextToken - A token generated by FinSpace that specifies where to continue pagination if a previous request was
truncated. To get the next set of pages, pass in the nextToken value from the response object of the
previous page call.ListEnvironmentsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults - The maximum number of results to return in this request.ListEnvironmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEnvironmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.