public static interface AddTagsToOnPremisesInstancesRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<AddTagsToOnPremisesInstancesRequest.Builder,AddTagsToOnPremisesInstancesRequest>
| Modifier and Type | Method and Description |
|---|---|
AddTagsToOnPremisesInstancesRequest.Builder |
instanceNames(Collection<String> instanceNames)
The names of the on-premises instances to which to add tags.
|
AddTagsToOnPremisesInstancesRequest.Builder |
instanceNames(String... instanceNames)
The names of the on-premises instances to which to add tags.
|
AddTagsToOnPremisesInstancesRequest.Builder |
tags(Collection<Tag> tags)
The tag key-value pairs to add to the on-premises instances.
|
AddTagsToOnPremisesInstancesRequest.Builder |
tags(Tag... tags)
The tag key-value pairs to add to the on-premises instances.
|
copyapply, buildAddTagsToOnPremisesInstancesRequest.Builder tags(Collection<Tag> tags)
The tag key-value pairs to add to the on-premises instances.
Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.
tags - The tag key-value pairs to add to the on-premises instances.
Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.
AddTagsToOnPremisesInstancesRequest.Builder tags(Tag... tags)
The tag key-value pairs to add to the on-premises instances.
Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.
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 add to the on-premises instances.
Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.
AddTagsToOnPremisesInstancesRequest.Builder instanceNames(Collection<String> instanceNames)
The names of the on-premises instances to which to add tags.
instanceNames - The names of the on-premises instances to which to add tags.AddTagsToOnPremisesInstancesRequest.Builder instanceNames(String... instanceNames)
The names of the on-premises instances to which to add 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 to which to add tags.Copyright © 2017. All rights reserved.