Interface GetSystemTemplateRevisionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetSystemTemplateRevisionsResponse.Builder,,GetSystemTemplateRevisionsResponse> IoTThingsGraphResponse.Builder,SdkBuilder<GetSystemTemplateRevisionsResponse.Builder,,GetSystemTemplateRevisionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetSystemTemplateRevisionsResponse
public static interface GetSystemTemplateRevisionsResponse.Builder
extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<GetSystemTemplateRevisionsResponse.Builder,GetSystemTemplateRevisionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe string to specify asnextTokenwhen you request the next page of results.summaries(Collection<SystemTemplateSummary> summaries) An array of objects that contain summary data about the system template revisions.summaries(Consumer<SystemTemplateSummary.Builder>... summaries) An array of objects that contain summary data about the system template revisions.summaries(SystemTemplateSummary... summaries) An array of objects that contain summary data about the system template revisions.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotthingsgraph.model.IoTThingsGraphResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
summaries
An array of objects that contain summary data about the system template revisions.
- Parameters:
summaries- An array of objects that contain summary data about the system template revisions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
An array of objects that contain summary data about the system template revisions.
- Parameters:
summaries- An array of objects that contain summary data about the system template revisions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
GetSystemTemplateRevisionsResponse.Builder summaries(Consumer<SystemTemplateSummary.Builder>... summaries) An array of objects that contain summary data about the system template revisions.
This is a convenience method that creates an instance of theSystemTemplateSummary.Builderavoiding the need to create one manually viaSystemTemplateSummary.builder().When the
Consumercompletes,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
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.
-