Interface UndeploySystemInstanceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UndeploySystemInstanceResponse.Builder,
,UndeploySystemInstanceResponse> IoTThingsGraphResponse.Builder
,SdkBuilder<UndeploySystemInstanceResponse.Builder,
,UndeploySystemInstanceResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UndeploySystemInstanceResponse
public static interface UndeploySystemInstanceResponse.Builder
extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<UndeploySystemInstanceResponse.Builder,UndeploySystemInstanceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionsummary
(Consumer<SystemInstanceSummary.Builder> summary) An object that contains summary information about the system instance that was removed from its target.summary
(SystemInstanceSummary summary) An object that contains summary information about the system instance that was removed from its target.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 the system instance that was removed from its target.
- Parameters:
summary
- An object that contains summary information about the system instance that was removed from its target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summary
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 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:
-