CopyableBuilder<RemoveTargetsRequest.Builder,RemoveTargetsRequest>, SdkBuilder<RemoveTargetsRequest.Builder,RemoveTargetsRequest>public static interface RemoveTargetsRequest.Builder extends CopyableBuilder<RemoveTargetsRequest.Builder,RemoveTargetsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
RemoveTargetsRequest.Builder |
ids(String... ids) |
The IDs of the targets to remove from the rule.
|
RemoveTargetsRequest.Builder |
ids(Collection<String> ids) |
The IDs of the targets to remove from the rule.
|
RemoveTargetsRequest.Builder |
rule(String rule) |
The name of the rule.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setIds(java.util.Collection) or #withIds(java.util.Collection) if you want to override the
existing values.
ids - The IDs of the targets to remove from the rule.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.