public static interface CreateSystemTemplateResponse.Builder extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<CreateSystemTemplateResponse.Builder,CreateSystemTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateSystemTemplateResponse.Builder |
summary(Consumer<SystemTemplateSummary.Builder> summary)
The summary object that describes the created system.
|
CreateSystemTemplateResponse.Builder |
summary(SystemTemplateSummary summary)
The summary object that describes the created system.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSystemTemplateResponse.Builder summary(SystemTemplateSummary summary)
The summary object that describes the created system.
summary - The summary object that describes the created system.default CreateSystemTemplateResponse.Builder summary(Consumer<SystemTemplateSummary.Builder> summary)
The summary object that describes the created system.
This is a convenience method that creates an instance of theSystemTemplateSummary.Builder avoiding
the need to create one manually via SystemTemplateSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to summary(SystemTemplateSummary).
summary - a consumer that will call methods on SystemTemplateSummary.Buildersummary(SystemTemplateSummary)Copyright © 2022. All rights reserved.