Package org.jclouds.cloudwatch.options
Class ListAlarmsOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.cloudwatch.options.ListAlarmsOptions
-
-
Constructor Summary
Constructors Constructor Description ListAlarmsOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListAlarmsOptionsactionPrefix(String actionPrefix)The action name prefix.ListAlarmsOptionsalarmName(String alarmName)The alarm name to retrieve information for.ListAlarmsOptionsalarmNamePrefix(String alarmNamePrefix)The alarm name prefix.ListAlarmsOptionsalarmNames(Set<String> alarmNames)The list of alarm names to retrieve information for.ListAlarmsOptionsmaxRecords(int maxRecords)The maximum number of alarm descriptions to retrieve.ListAlarmsOptionsstate(Alarm.State state)The state value to be used in matching alarms.
-
-
-
Method Detail
-
actionPrefix
public ListAlarmsOptions actionPrefix(String actionPrefix)
The action name prefix.- Parameters:
actionPrefix- the action name prefix- Returns:
- this
ListAlarmsOptionsobject
-
alarmNamePrefix
public ListAlarmsOptions alarmNamePrefix(String alarmNamePrefix)
The alarm name prefix.- Parameters:
alarmNamePrefix- the alarm name prefix- Returns:
- this
ListAlarmsOptionsobject
-
alarmNames
public ListAlarmsOptions alarmNames(Set<String> alarmNames)
The list of alarm names to retrieve information for.- Parameters:
alarmNames- the alarm names- Returns:
- this
ListAlarmsOptionsobject
-
alarmName
public ListAlarmsOptions alarmName(String alarmName)
The alarm name to retrieve information for.- Parameters:
alarmName- the alarm name- Returns:
- this
ListAlarmsOptionsobject
-
maxRecords
public ListAlarmsOptions maxRecords(int maxRecords)
The maximum number of alarm descriptions to retrieve.- Parameters:
maxRecords- maximum number of alarm descriptions to retrieve- Returns:
- this
ListAlarmsOptionsobject
-
state
public ListAlarmsOptions state(Alarm.State state)
The state value to be used in matching alarms.- Parameters:
state- state value to be used in matching alarms- Returns:
- this
ListAlarmsOptionsobject
-
-