Interface CreateSystemInstanceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateSystemInstanceResponse.Builder,CreateSystemInstanceResponse>,IoTThingsGraphResponse.Builder,SdkBuilder<CreateSystemInstanceResponse.Builder,CreateSystemInstanceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateSystemInstanceResponse
public static interface CreateSystemInstanceResponse.Builder extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<CreateSystemInstanceResponse.Builder,CreateSystemInstanceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateSystemInstanceResponse.Buildersummary(Consumer<SystemInstanceSummary.Builder> summary)The summary object that describes the new system instance.CreateSystemInstanceResponse.Buildersummary(SystemInstanceSummary summary)The summary object that describes the new system instance.-
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
CreateSystemInstanceResponse.Builder summary(SystemInstanceSummary summary)
The summary object that describes the new system instance.
- Parameters:
summary- The summary object that describes the new system instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summary
default CreateSystemInstanceResponse.Builder summary(Consumer<SystemInstanceSummary.Builder> summary)
The summary object that describes the new system instance.
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)
-
-