public static interface RemoveTargetsRequest.Builder extends CloudWatchEventsRequest.Builder, CopyableBuilder<RemoveTargetsRequest.Builder,RemoveTargetsRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveTargetsRequest.Builder |
ids(Collection<String> ids)
The IDs of the targets to remove from the rule.
|
RemoveTargetsRequest.Builder |
ids(String... ids)
The IDs of the targets to remove from the rule.
|
RemoveTargetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveTargetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemoveTargetsRequest.Builder |
rule(String rule)
The name of the rule.
|
buildoverrideConfigurationcopyapplyMutation, buildRemoveTargetsRequest.Builder rule(String rule)
The name of the rule.
rule - The name of the rule.RemoveTargetsRequest.Builder ids(Collection<String> ids)
The IDs of the targets to remove from the rule.
ids - The IDs of the targets to remove from the rule.RemoveTargetsRequest.Builder ids(String... ids)
The IDs of the targets to remove from the rule.
ids - The IDs of the targets to remove from the rule.RemoveTargetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveTargetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.