CopyableBuilder<DescribeAlarmsRequest.Builder,DescribeAlarmsRequest>
, SdkBuilder<DescribeAlarmsRequest.Builder,DescribeAlarmsRequest>
public static interface DescribeAlarmsRequest.Builder extends CopyableBuilder<DescribeAlarmsRequest.Builder,DescribeAlarmsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeAlarmsRequest.Builder |
actionPrefix(String actionPrefix) |
The action name prefix.
|
DescribeAlarmsRequest.Builder |
alarmNamePrefix(String alarmNamePrefix) |
The alarm name prefix.
|
DescribeAlarmsRequest.Builder |
alarmNames(String... alarmNames) |
The names of the alarms.
|
DescribeAlarmsRequest.Builder |
alarmNames(Collection<String> alarmNames) |
The names of the alarms.
|
DescribeAlarmsRequest.Builder |
maxRecords(Integer 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.
|
DescribeAlarmsRequest.Builder |
stateValue(String stateValue) |
The state value to be used in matching alarms.
|
DescribeAlarmsRequest.Builder |
stateValue(StateValue stateValue) |
The state value to be used in matching alarms.
|
copy
apply, build
DescribeAlarmsRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setAlarmNames(java.util.Collection)
or #withAlarmNames(java.util.Collection)
if you want to
override the existing values.
alarmNames
- The names of the alarms.DescribeAlarmsRequest.Builder alarmNamePrefix(String alarmNamePrefix)
The alarm name prefix. You cannot specify AlarmNames
if this parameter is specified.
alarmNamePrefix
- The alarm name prefix. You cannot specify AlarmNames
if this parameter is specified.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
DescribeAlarmsRequest.Builder stateValue(StateValue stateValue)
The state value to be used in matching alarms.
stateValue
- The state value to be used in matching alarms.StateValue
DescribeAlarmsRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.