public static interface ListConfigsRequest.Builder extends GroundStationRequest.Builder, SdkPojo, CopyableBuilder<ListConfigsRequest.Builder,ListConfigsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListConfigsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of
Configs returned. |
ListConfigsRequest.Builder |
nextToken(String nextToken)
Next token returned in the request of a previous
ListConfigs call. |
ListConfigsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListConfigsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConfigsRequest.Builder maxResults(Integer maxResults)
Maximum number of Configs returned.
maxResults - Maximum number of Configs returned.ListConfigsRequest.Builder nextToken(String nextToken)
Next token returned in the request of a previous ListConfigs call. Used to get the next page of
results.
nextToken - Next token returned in the request of a previous ListConfigs call. Used to get the next
page of results.ListConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.