public static interface UpdateSystemTemplateResponse.Builder extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<UpdateSystemTemplateResponse.Builder,UpdateSystemTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateSystemTemplateResponse.Builder |
summary(Consumer<SystemTemplateSummary.Builder> summary)
An object containing summary information about the updated system.
|
UpdateSystemTemplateResponse.Builder |
summary(SystemTemplateSummary summary)
An object containing summary information about the updated system.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSystemTemplateResponse.Builder summary(SystemTemplateSummary summary)
An object containing summary information about the updated system.
summary - An object containing summary information about the updated system.default UpdateSystemTemplateResponse.Builder summary(Consumer<SystemTemplateSummary.Builder> summary)
An object containing summary information about the updated system.
This is a convenience 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 © 2021. All rights reserved.