public static interface DescribeAlarmHistoryRequest.Builder extends CloudWatchRequest.Builder, SdkPojo, CopyableBuilder<DescribeAlarmHistoryRequest.Builder,DescribeAlarmHistoryRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeAlarmHistoryRequest.Builder |
alarmName(String alarmName)
The name of the alarm.
|
DescribeAlarmHistoryRequest.Builder |
endDate(Instant endDate)
The ending date to retrieve alarm history.
|
DescribeAlarmHistoryRequest.Builder |
historyItemType(HistoryItemType historyItemType)
The type of alarm histories to retrieve.
|
DescribeAlarmHistoryRequest.Builder |
historyItemType(String 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeAlarmHistoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeAlarmHistoryRequest.Builder |
startDate(Instant startDate)
The starting date to retrieve alarm history.
|
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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeAlarmHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.