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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DeploySystemInstanceResponse.BuildergreengrassDeploymentId(String greengrassDeploymentId)The ID of the Greengrass deployment used to deploy the system instance.default DeploySystemInstanceResponse.Buildersummary(Consumer<SystemInstanceSummary.Builder> summary)An object that contains summary information about a system instance that was deployed.DeploySystemInstanceResponse.Buildersummary(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 Detail
-
summary
DeploySystemInstanceResponse.Builder summary(SystemInstanceSummary 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.Builderavoiding the need to create one manually viaSystemInstanceSummary.builder().When the
Consumercompletes,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:
summary(SystemInstanceSummary)
-
greengrassDeploymentId
DeploySystemInstanceResponse.Builder greengrassDeploymentId(String 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.
-
-