public static interface DescribeAlarmHistoryRequest.Builder extends CloudWatchRequest.Builder, SdkPojo, CopyableBuilder<DescribeAlarmHistoryRequest.Builder,DescribeAlarmHistoryRequest>
buildoverrideConfigurationcopyapplyMutation, 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.HistoryItemType,
HistoryItemTypeDescribeAlarmHistoryRequest.Builder historyItemType(HistoryItemType historyItemType)
The type of alarm histories to retrieve.
historyItemType - The type of alarm histories to retrieve.HistoryItemType,
HistoryItemTypeDescribeAlarmHistoryRequest.Builder startDate(Instant startDate)
The starting date to retrieve alarm history.
startDate - The starting date to retrieve alarm history.DescribeAlarmHistoryRequest.Builder endDate(Instant 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.DescribeAlarmHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAlarmHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.