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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UndeploySystemInstanceResponse.Buildersummary(Consumer<SystemInstanceSummary.Builder> summary)An object that contains summary information about the system instance that was removed from its target.UndeploySystemInstanceResponse.Buildersummary(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 Detail
-
summary
UndeploySystemInstanceResponse.Builder summary(SystemInstanceSummary 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.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)
-
-