Interface GetThingConnectivityDataResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetThingConnectivityDataResponse.Builder,,GetThingConnectivityDataResponse> IotResponse.Builder,SdkBuilder<GetThingConnectivityDataResponse.Builder,,GetThingConnectivityDataResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetThingConnectivityDataResponse
@Mutable
@NotThreadSafe
public static interface GetThingConnectivityDataResponse.Builder
extends IotResponse.Builder, SdkPojo, CopyableBuilder<GetThingConnectivityDataResponse.Builder,GetThingConnectivityDataResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA Boolean that indicates the connectivity status.disconnectReason(String disconnectReason) The reason why the client is disconnecting.disconnectReason(DisconnectReasonValue disconnectReason) The reason why the client is disconnecting.The name of your IoT thing.The timestamp of when the event occurred.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.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
-
thingName
The name of your IoT thing.
- Parameters:
thingName- The name of your IoT thing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connected
A Boolean that indicates the connectivity status.
- Parameters:
connected- A Boolean that indicates the connectivity status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
The timestamp of when the event occurred.
- Parameters:
timestamp- The timestamp of when the event occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
disconnectReason
The reason why the client is disconnecting.
- Parameters:
disconnectReason- The reason why the client is disconnecting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
disconnectReason
The reason why the client is disconnecting.
- Parameters:
disconnectReason- The reason why the client is disconnecting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-