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.
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #configList(List) .configList - a consumer that will call methods on List.Builder #configList(List) 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 © 2021. All rights reserved.