Interface DeploySystemInstanceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeploySystemInstanceResponse.Builder,
,DeploySystemInstanceResponse> IoTThingsGraphResponse.Builder
,SdkBuilder<DeploySystemInstanceResponse.Builder,
,DeploySystemInstanceResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeploySystemInstanceResponse
public static interface DeploySystemInstanceResponse.Builder
extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<DeploySystemInstanceResponse.Builder,DeploySystemInstanceResponse>
-
Method Summary
Modifier and TypeMethodDescriptiongreengrassDeploymentId
(String greengrassDeploymentId) The ID of the Greengrass deployment used to deploy the system instance.summary
(Consumer<SystemInstanceSummary.Builder> summary) An object that contains summary information about a system instance that was deployed.summary
(SystemInstanceSummary summary) An object that contains summary information about a system instance that was deployed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotthingsgraph.model.IoTThingsGraphResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
summary
An object that contains summary information about a system instance that was deployed.
- Parameters:
summary
- An object that contains summary information about a system instance that was deployed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summary
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 method that creates an instance of theSystemInstanceSummary.Builder
avoiding the need to create one manually viaSystemInstanceSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosummary(SystemInstanceSummary)
.- Parameters:
summary
- a consumer that will call methods onSystemInstanceSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
greengrassDeploymentId
The ID of the Greengrass deployment used to deploy the system instance.
- Parameters:
greengrassDeploymentId
- The ID of the Greengrass deployment used to deploy the system instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-