Interface ListAlarmMuteRulesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchRequest.Builder,CopyableBuilder<ListAlarmMuteRulesRequest.Builder,,ListAlarmMuteRulesRequest> SdkBuilder<ListAlarmMuteRulesRequest.Builder,,ListAlarmMuteRulesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAlarmMuteRulesRequest
@Mutable
@NotThreadSafe
public static interface ListAlarmMuteRulesRequest.Builder
extends CloudWatchRequest.Builder, SdkPojo, CopyableBuilder<ListAlarmMuteRulesRequest.Builder,ListAlarmMuteRulesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionFilter results to show only mute rules that target the specified alarm name.maxRecords(Integer maxRecords) The maximum number of mute rules to return in one call.The token returned from a previous call to indicate where to continue retrieving results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) statuses(Collection<AlarmMuteRuleStatus> statuses) Filter results to show only mute rules with the specified statuses.statuses(AlarmMuteRuleStatus... statuses) Filter results to show only mute rules with the specified statuses.statusesWithStrings(String... statuses) Filter results to show only mute rules with the specified statuses.statusesWithStrings(Collection<String> statuses) Filter results to show only mute rules with the specified statuses.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudwatch.model.CloudWatchRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
alarmName
Filter results to show only mute rules that target the specified alarm name.
- Parameters:
alarmName- Filter results to show only mute rules that target the specified alarm name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusesWithStrings
Filter results to show only mute rules with the specified statuses. Valid values are
SCHEDULED,ACTIVE, orEXPIRED.- Parameters:
statuses- Filter results to show only mute rules with the specified statuses. Valid values areSCHEDULED,ACTIVE, orEXPIRED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusesWithStrings
Filter results to show only mute rules with the specified statuses. Valid values are
SCHEDULED,ACTIVE, orEXPIRED.- Parameters:
statuses- Filter results to show only mute rules with the specified statuses. Valid values areSCHEDULED,ACTIVE, orEXPIRED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statuses
Filter results to show only mute rules with the specified statuses. Valid values are
SCHEDULED,ACTIVE, orEXPIRED.- Parameters:
statuses- Filter results to show only mute rules with the specified statuses. Valid values areSCHEDULED,ACTIVE, orEXPIRED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statuses
Filter results to show only mute rules with the specified statuses. Valid values are
SCHEDULED,ACTIVE, orEXPIRED.- Parameters:
statuses- Filter results to show only mute rules with the specified statuses. Valid values areSCHEDULED,ACTIVE, orEXPIRED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxRecords
The maximum number of mute rules to return in one call. The default is 50.
- Parameters:
maxRecords- The maximum number of mute rules to return in one call. The default is 50.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token returned from a previous call to indicate where to continue retrieving results.
- Parameters:
nextToken- The token returned from a previous call to indicate where to continue retrieving results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAlarmMuteRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAlarmMuteRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-