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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchSystemInstancesResponse.BuildernextToken(String nextToken)The string to specify asnextTokenwhen you request the next page of results.SearchSystemInstancesResponse.Buildersummaries(Collection<SystemInstanceSummary> summaries)An array of objects that contain summary data abour the system instances in the result set.SearchSystemInstancesResponse.Buildersummaries(Consumer<SystemInstanceSummary.Builder>... summaries)An array of objects that contain summary data abour the system instances in the result set.SearchSystemInstancesResponse.Buildersummaries(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 Detail
-
summaries
SearchSystemInstancesResponse.Builder summaries(Collection<SystemInstanceSummary> 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(SystemInstanceSummary... 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.Builderavoiding the need to create one manually viaSystemInstanceSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#summaries(List.) - 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:
#summaries(java.util.Collection)
-
nextToken
SearchSystemInstancesResponse.Builder nextToken(String nextToken)
The string to specify as
nextTokenwhen you request the next page of results.- Parameters:
nextToken- The string to specify asnextTokenwhen you request the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-