public static interface DescribeAlarmsRequest.Builder extends CloudWatchRequest.Builder, SdkPojo, CopyableBuilder<DescribeAlarmsRequest.Builder,DescribeAlarmsRequest>
buildoverrideConfigurationcopyapplyMutation, buildDescribeAlarmsRequest.Builder alarmNames(Collection<String> alarmNames)
The names of the alarms.
alarmNames - The names of the alarms.DescribeAlarmsRequest.Builder alarmNames(String... alarmNames)
The names of the alarms.
alarmNames - The names of the alarms.DescribeAlarmsRequest.Builder alarmNamePrefix(String alarmNamePrefix)
The alarm name prefix. If this parameter is specified, you cannot specify AlarmNames.
alarmNamePrefix - The alarm name prefix. If this parameter is specified, you cannot specify AlarmNames.DescribeAlarmsRequest.Builder stateValue(String stateValue)
The state value to be used in matching alarms.
stateValue - The state value to be used in matching alarms.StateValue,
StateValueDescribeAlarmsRequest.Builder stateValue(StateValue stateValue)
The state value to be used in matching alarms.
stateValue - The state value to be used in matching alarms.StateValue,
StateValueDescribeAlarmsRequest.Builder actionPrefix(String actionPrefix)
The action name prefix.
actionPrefix - The action name prefix.DescribeAlarmsRequest.Builder maxRecords(Integer maxRecords)
The maximum number of alarm descriptions to retrieve.
maxRecords - The maximum number of alarm descriptions to retrieve.DescribeAlarmsRequest.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.DescribeAlarmsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAlarmsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.