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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
RemoveTargetsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
RemoveTargetsRequest.Builder |
rule(String rule)
The name of the rule.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.RemoveTargetsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.