Interface GetManagedThingConnectivityDataResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetManagedThingConnectivityDataResponse.Builder,,GetManagedThingConnectivityDataResponse> IotManagedIntegrationsResponse.Builder,SdkBuilder<GetManagedThingConnectivityDataResponse.Builder,,GetManagedThingConnectivityDataResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetManagedThingConnectivityDataResponse
public static interface GetManagedThingConnectivityDataResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<GetManagedThingConnectivityDataResponse.Builder,GetManagedThingConnectivityDataResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe connectivity status for a managed thing.disconnectReason(String disconnectReason) The reason for the connectivity disconnect with the managed thing.disconnectReason(DisconnectReasonValue disconnectReason) The reason for the connectivity disconnect with the managed thing.managedThingId(String managedThingId) The id of a managed thing.The timestamp value of when the connectivity status for a managed thing was last taken.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
managedThingId
The id of a managed thing.
- Parameters:
 managedThingId- The id of a managed thing.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
connected
The connectivity status for a managed thing.
- Parameters:
 connected- The connectivity status for a managed thing.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
timestamp
The timestamp value of when the connectivity status for a managed thing was last taken.
- Parameters:
 timestamp- The timestamp value of when the connectivity status for a managed thing was last taken.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
disconnectReason
The reason for the connectivity disconnect with the managed thing.
- Parameters:
 disconnectReason- The reason for the connectivity disconnect with the managed thing.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
disconnectReason
GetManagedThingConnectivityDataResponse.Builder disconnectReason(DisconnectReasonValue disconnectReason) The reason for the connectivity disconnect with the managed thing.
- Parameters:
 disconnectReason- The reason for the connectivity disconnect with the managed thing.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -