Interface Thing.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Thing.Builder,
,Thing> SdkBuilder<Thing.Builder,
,Thing> SdkPojo
- Enclosing class:
Thing
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the thing.The name of the thing.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
thingArn
The ARN of the thing.
- Parameters:
thingArn
- The ARN of the thing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingName
The name of the thing.
- Parameters:
thingName
- The name of the thing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-