public static interface RemoveTagsFromOnPremisesInstancesRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<RemoveTagsFromOnPremisesInstancesRequest.Builder,RemoveTagsFromOnPremisesInstancesRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsFromOnPremisesInstancesRequest.Builder |
instanceNames(Collection<String> instanceNames)
The names of the on-premises instances from which to remove tags.
|
RemoveTagsFromOnPremisesInstancesRequest.Builder |
instanceNames(String... instanceNames)
The names of the on-premises instances from which to remove tags.
|
RemoveTagsFromOnPremisesInstancesRequest.Builder |
tags(Collection<Tag> tags)
The tag key-value pairs to remove from the on-premises instances.
|
RemoveTagsFromOnPremisesInstancesRequest.Builder |
tags(Tag... tags)
The tag key-value pairs to remove from the on-premises instances.
|
copyapply, buildRemoveTagsFromOnPremisesInstancesRequest.Builder tags(Collection<Tag> tags)
The tag key-value pairs to remove from the on-premises instances.
tags - The tag key-value pairs to remove from the on-premises instances.RemoveTagsFromOnPremisesInstancesRequest.Builder tags(Tag... tags)
The tag key-value pairs to remove from the on-premises instances.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection) or #withTags(java.util.Collection) if you want to override the
existing values.
tags - The tag key-value pairs to remove from the on-premises instances.RemoveTagsFromOnPremisesInstancesRequest.Builder instanceNames(Collection<String> instanceNames)
The names of the on-premises instances from which to remove tags.
instanceNames - The names of the on-premises instances from which to remove tags.RemoveTagsFromOnPremisesInstancesRequest.Builder instanceNames(String... instanceNames)
The names of the on-premises instances from which to remove tags.
NOTE: This method appends the values to the existing list (if any). Use
#setInstanceNames(java.util.Collection) or #withInstanceNames(java.util.Collection) if you
want to override the existing values.
instanceNames - The names of the on-premises instances from which to remove tags.Copyright © 2017. All rights reserved.