public static interface CreateSystemInstanceResponse.Builder extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<CreateSystemInstanceResponse.Builder,CreateSystemInstanceResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateSystemInstanceResponse.Builder |
summary(Consumer<SystemInstanceSummary.Builder> summary)
The summary object that describes the new system instance.
|
CreateSystemInstanceResponse.Builder |
summary(SystemInstanceSummary summary)
The summary object that describes the new system instance.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSystemInstanceResponse.Builder summary(SystemInstanceSummary summary)
The summary object that describes the new system instance.
summary - The summary object that describes the new system instance.default CreateSystemInstanceResponse.Builder summary(Consumer<SystemInstanceSummary.Builder> summary)
The summary object that describes the new system instance.
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.