public static interface ListConfigsResponse.Builder extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<ListConfigsResponse.Builder,ListConfigsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListConfigsResponse.Builder |
configList(Collection<ConfigListItem> configList)
List of
Config items. |
ListConfigsResponse.Builder |
configList(ConfigListItem... configList)
List of
Config items. |
ListConfigsResponse.Builder |
configList(Consumer<ConfigListItem.Builder>... configList)
List of
Config items. |
ListConfigsResponse.Builder |
nextToken(String nextToken)
Next token returned in the response of a previous
ListConfigs call. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConfigsResponse.Builder configList(Collection<ConfigListItem> configList)
List of Config items.
configList - List of Config items.ListConfigsResponse.Builder configList(ConfigListItem... configList)
List of Config items.
configList - List of Config items.ListConfigsResponse.Builder configList(Consumer<ConfigListItem.Builder>... configList)
List of Config items.
ConfigListItem.Builder avoiding the need to
create one manually via ConfigListItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #configList(List.
configList - a consumer that will call methods on
ConfigListItem.Builder#configList(java.util.Collection) ListConfigsResponse.Builder nextToken(String nextToken)
Next token returned in the response of a previous ListConfigs call. Used to get the next page of
results.
nextToken - Next token returned in the response of a previous ListConfigs call. Used to get the next
page of results.Copyright © 2023. All rights reserved.