public static interface GetSystemTemplateResponse.Builder extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<GetSystemTemplateResponse.Builder,GetSystemTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetSystemTemplateResponse.Builder |
description(Consumer<SystemTemplateDescription.Builder> description)
An object that contains summary data about the system.
|
GetSystemTemplateResponse.Builder |
description(SystemTemplateDescription description)
An object that contains summary data about the system.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSystemTemplateResponse.Builder description(SystemTemplateDescription description)
An object that contains summary data about the system.
description - An object that contains summary data about the system.default GetSystemTemplateResponse.Builder description(Consumer<SystemTemplateDescription.Builder> description)
An object that contains summary data about the system.
This is a convenience method that creates an instance of theSystemTemplateDescription.Builder
avoiding the need to create one manually via SystemTemplateDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to description(SystemTemplateDescription).
description - a consumer that will call methods on SystemTemplateDescription.Builderdescription(SystemTemplateDescription)Copyright © 2022. All rights reserved.