Interface GetWirelessGatewayStatisticsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetWirelessGatewayStatisticsResponse.Builder,GetWirelessGatewayStatisticsResponse>,IotWirelessResponse.Builder,SdkBuilder<GetWirelessGatewayStatisticsResponse.Builder,GetWirelessGatewayStatisticsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetWirelessGatewayStatisticsResponse
public static interface GetWirelessGatewayStatisticsResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetWirelessGatewayStatisticsResponse.Builder,GetWirelessGatewayStatisticsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetWirelessGatewayStatisticsResponse.BuilderconnectionStatus(String connectionStatus)The connection status of the wireless gateway.GetWirelessGatewayStatisticsResponse.BuilderconnectionStatus(ConnectionStatus connectionStatus)The connection status of the wireless gateway.GetWirelessGatewayStatisticsResponse.BuilderlastUplinkReceivedAt(String lastUplinkReceivedAt)The date and time when the most recent uplink was received.GetWirelessGatewayStatisticsResponse.BuilderwirelessGatewayId(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 Detail
-
wirelessGatewayId
GetWirelessGatewayStatisticsResponse.Builder wirelessGatewayId(String 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
GetWirelessGatewayStatisticsResponse.Builder lastUplinkReceivedAt(String 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
GetWirelessGatewayStatisticsResponse.Builder connectionStatus(String 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,ConnectionStatus
-
connectionStatus
GetWirelessGatewayStatisticsResponse.Builder connectionStatus(ConnectionStatus 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,ConnectionStatus
-
-