Interface Thing.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Thing.Builder,Thing>,SdkBuilder<Thing.Builder,Thing>,SdkPojo
- Enclosing class:
- Thing
public static interface Thing.Builder extends SdkPojo, CopyableBuilder<Thing.Builder,Thing>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Thing.BuilderthingArn(String thingArn)The ARN of the thing.Thing.BuilderthingName(String thingName)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 Detail
-
thingArn
Thing.Builder thingArn(String 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
Thing.Builder thingName(String 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.
-
-