Interface ListConfigsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListConfigsResponse.Builder,
,ListConfigsResponse> GroundStationResponse.Builder
,SdkBuilder<ListConfigsResponse.Builder,
,ListConfigsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListConfigsResponse
public static interface ListConfigsResponse.Builder
extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<ListConfigsResponse.Builder,ListConfigsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconfigList
(Collection<ConfigListItem> configList) List ofConfig
items.configList
(Consumer<ConfigListItem.Builder>... configList) List ofConfig
items.configList
(ConfigListItem... configList) List ofConfig
items.Next token returned in the response of a previousListConfigs
call.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.groundstation.model.GroundStationResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
configList
List of
Config
items.- Parameters:
configList
- List ofConfig
items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configList
List of
Config
items.- Parameters:
configList
- List ofConfig
items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configList
List of
This is a convenience method that creates an instance of theConfig
items.ConfigListItem.Builder
avoiding the need to create one manually viaConfigListItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconfigList(List<ConfigListItem>)
.- Parameters:
configList
- a consumer that will call methods onConfigListItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Next token returned in the response of a previous
ListConfigs
call. Used to get the next page of results.- Parameters:
nextToken
- Next token returned in the response of a previousListConfigs
call. Used to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-