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