public static interface InstanceTagNotificationAttribute.Builder extends SdkPojo, CopyableBuilder<InstanceTagNotificationAttribute.Builder,InstanceTagNotificationAttribute>
| Modifier and Type | Method and Description |
|---|---|
InstanceTagNotificationAttribute.Builder |
includeAllTagsOfInstance(Boolean includeAllTagsOfInstance)
Indicates wheter all tag keys in the current Region are registered to appear in scheduled event
notifications.
|
InstanceTagNotificationAttribute.Builder |
instanceTagKeys(Collection<String> instanceTagKeys)
The registered tag keys.
|
InstanceTagNotificationAttribute.Builder |
instanceTagKeys(String... instanceTagKeys)
The registered tag keys.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceTagNotificationAttribute.Builder instanceTagKeys(Collection<String> instanceTagKeys)
The registered tag keys.
instanceTagKeys - The registered tag keys.InstanceTagNotificationAttribute.Builder instanceTagKeys(String... instanceTagKeys)
The registered tag keys.
instanceTagKeys - The registered tag keys.InstanceTagNotificationAttribute.Builder includeAllTagsOfInstance(Boolean includeAllTagsOfInstance)
Indicates wheter all tag keys in the current Region are registered to appear in scheduled event
notifications. true indicates that all tag keys in the current Region are registered.
includeAllTagsOfInstance - Indicates wheter all tag keys in the current Region are registered to appear in scheduled event
notifications. true indicates that all tag keys in the current Region are registered.Copyright © 2023. All rights reserved.