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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConfigsResponse.BuilderconfigList(Collection<ConfigListItem> configList)List ofConfigitems.ListConfigsResponse.BuilderconfigList(Consumer<ConfigListItem.Builder>... configList)List ofConfigitems.ListConfigsResponse.BuilderconfigList(ConfigListItem... configList)List ofConfigitems.ListConfigsResponse.BuildernextToken(String nextToken)Next token returned in the response of a previousListConfigscall.-
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 Detail
-
configList
ListConfigsResponse.Builder configList(Collection<ConfigListItem> configList)
List of
Configitems.- Parameters:
configList- List ofConfigitems.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configList
ListConfigsResponse.Builder configList(ConfigListItem... configList)
List of
Configitems.- Parameters:
configList- List ofConfigitems.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configList
ListConfigsResponse.Builder configList(Consumer<ConfigListItem.Builder>... configList)
List of
This is a convenience method that creates an instance of theConfigitems.ConfigListItem.Builderavoiding the need to create one manually viaConfigListItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#configList(List.) - 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:
#configList(java.util.Collection)
-
nextToken
ListConfigsResponse.Builder nextToken(String nextToken)
Next token returned in the response of a previous
ListConfigscall. Used to get the next page of results.- Parameters:
nextToken- Next token returned in the response of a previousListConfigscall. Used to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-