Interface SearchSystemInstancesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<SearchSystemInstancesResponse.Builder,
,SearchSystemInstancesResponse> IoTThingsGraphResponse.Builder
,SdkBuilder<SearchSystemInstancesResponse.Builder,
,SearchSystemInstancesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
SearchSystemInstancesResponse
public static interface SearchSystemInstancesResponse.Builder
extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<SearchSystemInstancesResponse.Builder,SearchSystemInstancesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe string to specify asnextToken
when you request the next page of results.summaries
(Collection<SystemInstanceSummary> summaries) An array of objects that contain summary data abour the system instances in the result set.summaries
(Consumer<SystemInstanceSummary.Builder>... summaries) An array of objects that contain summary data abour the system instances in the result set.summaries
(SystemInstanceSummary... summaries) An array of objects that contain summary data abour the system instances in the result set.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotthingsgraph.model.IoTThingsGraphResponse.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
-
summaries
An array of objects that contain summary data abour the system instances in the result set.
- Parameters:
summaries
- An array of objects that contain summary data abour the system instances in the result set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
An array of objects that contain summary data abour the system instances in the result set.
- Parameters:
summaries
- An array of objects that contain summary data abour the system instances in the result set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
SearchSystemInstancesResponse.Builder summaries(Consumer<SystemInstanceSummary.Builder>... summaries) An array of objects that contain summary data abour the system instances in the result set.
This is a convenience method that creates an instance of theSystemInstanceSummary.Builder
avoiding the need to create one manually viaSystemInstanceSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosummaries(List<SystemInstanceSummary>)
.- Parameters:
summaries
- a consumer that will call methods onSystemInstanceSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The string to specify as
nextToken
when you request the next page of results.- Parameters:
nextToken
- The string to specify asnextToken
when you request the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-