CopyableBuilder<DescribeAlarmHistoryRequest.Builder,DescribeAlarmHistoryRequest>, SdkBuilder<DescribeAlarmHistoryRequest.Builder,DescribeAlarmHistoryRequest>public static interface DescribeAlarmHistoryRequest.Builder extends CopyableBuilder<DescribeAlarmHistoryRequest.Builder,DescribeAlarmHistoryRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeAlarmHistoryRequest.Builder |
alarmName(String alarmName) |
The name of the alarm.
|
DescribeAlarmHistoryRequest.Builder |
endDate(Date endDate) |
The ending date to retrieve alarm history.
|
DescribeAlarmHistoryRequest.Builder |
historyItemType(String historyItemType) |
The type of alarm histories to retrieve.
|
DescribeAlarmHistoryRequest.Builder |
historyItemType(HistoryItemType historyItemType) |
The type of alarm histories to retrieve.
|
DescribeAlarmHistoryRequest.Builder |
maxRecords(Integer maxRecords) |
The maximum number of alarm history records to retrieve.
|
DescribeAlarmHistoryRequest.Builder |
nextToken(String nextToken) |
The token returned by a previous call to indicate that there is more data available.
|
DescribeAlarmHistoryRequest.Builder |
startDate(Date startDate) |
The starting date to retrieve alarm history.
|
copyapply, buildDescribeAlarmHistoryRequest.Builder alarmName(String alarmName)
The name of the alarm.
alarmName - The name of the alarm.DescribeAlarmHistoryRequest.Builder historyItemType(String historyItemType)
The type of alarm histories to retrieve.
historyItemType - The type of alarm histories to retrieve.HistoryItemTypeDescribeAlarmHistoryRequest.Builder historyItemType(HistoryItemType historyItemType)
The type of alarm histories to retrieve.
historyItemType - The type of alarm histories to retrieve.HistoryItemTypeDescribeAlarmHistoryRequest.Builder startDate(Date startDate)
The starting date to retrieve alarm history.
startDate - The starting date to retrieve alarm history.DescribeAlarmHistoryRequest.Builder endDate(Date endDate)
The ending date to retrieve alarm history.
endDate - The ending date to retrieve alarm history.DescribeAlarmHistoryRequest.Builder maxRecords(Integer maxRecords)
The maximum number of alarm history records to retrieve.
maxRecords - The maximum number of alarm history records to retrieve.DescribeAlarmHistoryRequest.Builder nextToken(String nextToken)
The token returned by a previous call to indicate that there is more data available.
nextToken - The token returned by a previous call to indicate that there is more data available.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.