CopyableBuilder<DescribeAlarmHistoryResponse.Builder,DescribeAlarmHistoryResponse>, SdkBuilder<DescribeAlarmHistoryResponse.Builder,DescribeAlarmHistoryResponse>public static interface DescribeAlarmHistoryResponse.Builder extends CopyableBuilder<DescribeAlarmHistoryResponse.Builder,DescribeAlarmHistoryResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeAlarmHistoryResponse.Builder |
alarmHistoryItems(Collection<AlarmHistoryItem> alarmHistoryItems) |
The alarm histories, in JSON format.
|
DescribeAlarmHistoryResponse.Builder |
alarmHistoryItems(AlarmHistoryItem... alarmHistoryItems) |
The alarm histories, in JSON format.
|
DescribeAlarmHistoryResponse.Builder |
nextToken(String nextToken) |
The token that marks the start of the next batch of returned results.
|
copyapply, buildDescribeAlarmHistoryResponse.Builder alarmHistoryItems(Collection<AlarmHistoryItem> alarmHistoryItems)
The alarm histories, in JSON format.
alarmHistoryItems - The alarm histories, in JSON format.DescribeAlarmHistoryResponse.Builder alarmHistoryItems(AlarmHistoryItem... alarmHistoryItems)
The alarm histories, in JSON format.
NOTE: This method appends the values to the existing list (if any). Use
#setAlarmHistoryItems(java.util.Collection) or #withAlarmHistoryItems(java.util.Collection)
if you want to override the existing values.
alarmHistoryItems - The alarm histories, in JSON format.DescribeAlarmHistoryResponse.Builder nextToken(String nextToken)
The token that marks the start of the next batch of returned results.
nextToken - The token that marks the start of the next batch of returned results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.