Interface GetWirelessGatewayStatisticsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetWirelessGatewayStatisticsResponse.Builder,
,GetWirelessGatewayStatisticsResponse> IotWirelessResponse.Builder
,SdkBuilder<GetWirelessGatewayStatisticsResponse.Builder,
,GetWirelessGatewayStatisticsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetWirelessGatewayStatisticsResponse
@Mutable
@NotThreadSafe
public static interface GetWirelessGatewayStatisticsResponse.Builder
extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetWirelessGatewayStatisticsResponse.Builder,GetWirelessGatewayStatisticsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconnectionStatus
(String connectionStatus) The connection status of the wireless gateway.connectionStatus
(ConnectionStatus connectionStatus) The connection status of the wireless gateway.lastUplinkReceivedAt
(String lastUplinkReceivedAt) The date and time when the most recent uplink was received.wirelessGatewayId
(String wirelessGatewayId) The ID of the wireless gateway.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
wirelessGatewayId
The ID of the wireless gateway.
- Parameters:
wirelessGatewayId
- The ID of the wireless gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUplinkReceivedAt
The date and time when the most recent uplink was received.
This value is only valid for 3 months.
- Parameters:
lastUplinkReceivedAt
- The date and time when the most recent uplink was received.This value is only valid for 3 months.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionStatus
The connection status of the wireless gateway.
- Parameters:
connectionStatus
- The connection status of the wireless gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectionStatus
The connection status of the wireless gateway.
- Parameters:
connectionStatus
- The connection status of the wireless gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-