public static interface UndeploySystemInstanceResponse.Builder extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<UndeploySystemInstanceResponse.Builder,UndeploySystemInstanceResponse>
| Modifier and Type | Method and Description |
|---|---|
default UndeploySystemInstanceResponse.Builder |
summary(Consumer<SystemInstanceSummary.Builder> summary)
An object that contains summary information about the system instance that was removed from its target.
|
UndeploySystemInstanceResponse.Builder |
summary(SystemInstanceSummary summary)
An object that contains summary information about the system instance that was removed from its target.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUndeploySystemInstanceResponse.Builder summary(SystemInstanceSummary summary)
An object that contains summary information about the system instance that was removed from its target.
summary - An object that contains summary information about the system instance that was removed from its
target.default UndeploySystemInstanceResponse.Builder summary(Consumer<SystemInstanceSummary.Builder> summary)
An object that contains summary information about the system instance that was removed from its target.
This is a convenience that creates an instance of theSystemInstanceSummary.Builder avoiding the need
to create one manually via SystemInstanceSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to summary(SystemInstanceSummary).summary - a consumer that will call methods on SystemInstanceSummary.Buildersummary(SystemInstanceSummary)Copyright © 2021. All rights reserved.