Interface SearchSystemTemplatesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<SearchSystemTemplatesResponse.Builder,
,SearchSystemTemplatesResponse> IoTThingsGraphResponse.Builder
,SdkBuilder<SearchSystemTemplatesResponse.Builder,
,SearchSystemTemplatesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
SearchSystemTemplatesResponse
public static interface SearchSystemTemplatesResponse.Builder
extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<SearchSystemTemplatesResponse.Builder,SearchSystemTemplatesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe string to specify asnextToken
when you request the next page of results.summaries
(Collection<SystemTemplateSummary> summaries) An array of objects that contain summary information about each system deployment in the result set.summaries
(Consumer<SystemTemplateSummary.Builder>... summaries) An array of objects that contain summary information about each system deployment in the result set.summaries
(SystemTemplateSummary... summaries) An array of objects that contain summary information about each system deployment 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 information about each system deployment in the result set.
- Parameters:
summaries
- An array of objects that contain summary information about each system deployment 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 information about each system deployment in the result set.
- Parameters:
summaries
- An array of objects that contain summary information about each system deployment in the result set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
SearchSystemTemplatesResponse.Builder summaries(Consumer<SystemTemplateSummary.Builder>... summaries) An array of objects that contain summary information about each system deployment in the result set.
This is a convenience method that creates an instance of theSystemTemplateSummary.Builder
avoiding the need to create one manually viaSystemTemplateSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosummaries(List<SystemTemplateSummary>)
.- Parameters:
summaries
- a consumer that will call methods onSystemTemplateSummary.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.
-