public static interface DeregisterInstanceTagAttributeRequest.Builder extends SdkPojo, CopyableBuilder<DeregisterInstanceTagAttributeRequest.Builder,DeregisterInstanceTagAttributeRequest>
| Modifier and Type | Method and Description |
|---|---|
DeregisterInstanceTagAttributeRequest.Builder |
includeAllTagsOfInstance(Boolean includeAllTagsOfInstance)
Indicates whether to deregister all tag keys in the current Region.
|
DeregisterInstanceTagAttributeRequest.Builder |
instanceTagKeys(Collection<String> instanceTagKeys)
Information about the tag keys to deregister.
|
DeregisterInstanceTagAttributeRequest.Builder |
instanceTagKeys(String... instanceTagKeys)
Information about the tag keys to deregister.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeregisterInstanceTagAttributeRequest.Builder includeAllTagsOfInstance(Boolean includeAllTagsOfInstance)
Indicates whether to deregister all tag keys in the current Region. Specify false to deregister
all tag keys.
includeAllTagsOfInstance - Indicates whether to deregister all tag keys in the current Region. Specify false to
deregister all tag keys.DeregisterInstanceTagAttributeRequest.Builder instanceTagKeys(Collection<String> instanceTagKeys)
Information about the tag keys to deregister.
instanceTagKeys - Information about the tag keys to deregister.DeregisterInstanceTagAttributeRequest.Builder instanceTagKeys(String... instanceTagKeys)
Information about the tag keys to deregister.
instanceTagKeys - Information about the tag keys to deregister.Copyright © 2020. All rights reserved.