Interface AssociatedClientDevice.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AssociatedClientDevice.Builder,,- AssociatedClientDevice> - SdkBuilder<AssociatedClientDevice.Builder,,- AssociatedClientDevice> - SdkPojo
- Enclosing class:
- AssociatedClientDevice
@Mutable
@NotThreadSafe
public static interface AssociatedClientDevice.Builder
extends SdkPojo, CopyableBuilder<AssociatedClientDevice.Builder,AssociatedClientDevice> 
- 
Method SummaryModifier and TypeMethodDescriptionassociationTimestamp(Instant associationTimestamp) The time that the client device was associated, expressed in ISO 8601 format.The name of the IoT thing that represents the associated client device.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
thingNameThe 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.
 
- 
associationTimestampThe 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.
 
 
-