public static interface RemoveTagsFromOnPremisesInstancesRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<RemoveTagsFromOnPremisesInstancesRequest.Builder,RemoveTagsFromOnPremisesInstancesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
tags - The tag key-value pairs to remove from the on-premises instances.RemoveTagsFromOnPremisesInstancesRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tag key-value pairs to remove from the on-premises instances.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) 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.
instanceNames - The names of the on-premises instances from which to remove tags.RemoveTagsFromOnPremisesInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveTagsFromOnPremisesInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.