Interface DisableAlarmActionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchRequest.Builder,CopyableBuilder<DisableAlarmActionsRequest.Builder,DisableAlarmActionsRequest>,SdkBuilder<DisableAlarmActionsRequest.Builder,DisableAlarmActionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisableAlarmActionsRequest
@Mutable @NotThreadSafe public static interface DisableAlarmActionsRequest.Builder extends CloudWatchRequest.Builder, SdkPojo, CopyableBuilder<DisableAlarmActionsRequest.Builder,DisableAlarmActionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisableAlarmActionsRequest.BuilderalarmNames(String... alarmNames)The names of the alarms.DisableAlarmActionsRequest.BuilderalarmNames(Collection<String> alarmNames)The names of the alarms.DisableAlarmActionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisableAlarmActionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudwatch.model.CloudWatchRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
alarmNames
DisableAlarmActionsRequest.Builder alarmNames(Collection<String> alarmNames)
The names of the alarms.
- Parameters:
alarmNames- The names of the alarms.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alarmNames
DisableAlarmActionsRequest.Builder alarmNames(String... alarmNames)
The names of the alarms.
- Parameters:
alarmNames- The names of the alarms.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisableAlarmActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisableAlarmActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-