public static interface DeploySystemInstanceResponse.Builder extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<DeploySystemInstanceResponse.Builder,DeploySystemInstanceResponse>
| Modifier and Type | Method and Description |
|---|---|
DeploySystemInstanceResponse.Builder |
greengrassDeploymentId(String greengrassDeploymentId)
The ID of the Greengrass deployment used to deploy the system instance.
|
default DeploySystemInstanceResponse.Builder |
summary(Consumer<SystemInstanceSummary.Builder> summary)
An object that contains summary information about a system instance that was deployed.
|
DeploySystemInstanceResponse.Builder |
summary(SystemInstanceSummary summary)
An object that contains summary information about a system instance that was deployed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeploySystemInstanceResponse.Builder summary(SystemInstanceSummary summary)
An object that contains summary information about a system instance that was deployed.
summary - An object that contains summary information about a system instance that was deployed.default DeploySystemInstanceResponse.Builder summary(Consumer<SystemInstanceSummary.Builder> summary)
An object that contains summary information about a system instance that was deployed.
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)DeploySystemInstanceResponse.Builder greengrassDeploymentId(String greengrassDeploymentId)
The ID of the Greengrass deployment used to deploy the system instance.
greengrassDeploymentId - The ID of the Greengrass deployment used to deploy the system instance.Copyright © 2021. All rights reserved.