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 method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) 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 © 2023. All rights reserved.