Interface AssociatedClientDevice.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssociatedClientDevice.Builder,AssociatedClientDevice>,SdkBuilder<AssociatedClientDevice.Builder,AssociatedClientDevice>,SdkPojo
- Enclosing class:
- AssociatedClientDevice
public static interface AssociatedClientDevice.Builder extends SdkPojo, CopyableBuilder<AssociatedClientDevice.Builder,AssociatedClientDevice>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociatedClientDevice.BuilderassociationTimestamp(Instant associationTimestamp)The time that the client device was associated, expressed in ISO 8601 format.AssociatedClientDevice.BuilderthingName(String thingName)The name of the IoT thing that represents the associated client device.-
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
-
thingName
AssociatedClientDevice.Builder thingName(String thingName)
The name of the IoT thing that represents the associated client device.
- Parameters:
thingName- The name of the IoT thing that represents the associated client device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationTimestamp
AssociatedClientDevice.Builder associationTimestamp(Instant associationTimestamp)
The time that the client device was associated, expressed in ISO 8601 format.
- Parameters:
associationTimestamp- The time that the client device was associated, expressed in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-