Interface GetSystemInstanceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetSystemInstanceResponse.Builder,
,GetSystemInstanceResponse> IoTThingsGraphResponse.Builder
,SdkBuilder<GetSystemInstanceResponse.Builder,
,GetSystemInstanceResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetSystemInstanceResponse
public static interface GetSystemInstanceResponse.Builder
extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<GetSystemInstanceResponse.Builder,GetSystemInstanceResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(Consumer<SystemInstanceDescription.Builder> description) An object that describes the system instance.description
(SystemInstanceDescription description) An object that describes the 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 Details
-
description
An object that describes the system instance.
- Parameters:
description
- An object that describes the system instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
default GetSystemInstanceResponse.Builder description(Consumer<SystemInstanceDescription.Builder> description) An object that describes the system instance.
This is a convenience method that creates an instance of theSystemInstanceDescription.Builder
avoiding the need to create one manually viaSystemInstanceDescription.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todescription(SystemInstanceDescription)
.- Parameters:
description
- a consumer that will call methods onSystemInstanceDescription.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-