Interface InstanceTagNotificationAttribute.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceTagNotificationAttribute.Builder,,InstanceTagNotificationAttribute> SdkBuilder<InstanceTagNotificationAttribute.Builder,,InstanceTagNotificationAttribute> SdkPojo
- Enclosing class:
- InstanceTagNotificationAttribute
@Mutable
@NotThreadSafe
public static interface InstanceTagNotificationAttribute.Builder
extends SdkPojo, CopyableBuilder<InstanceTagNotificationAttribute.Builder,InstanceTagNotificationAttribute>
-
Method Summary
Modifier and TypeMethodDescriptionincludeAllTagsOfInstance(Boolean includeAllTagsOfInstance) Indicates wheter all tag keys in the current Region are registered to appear in scheduled event notifications.instanceTagKeys(String... instanceTagKeys) The registered tag keys.instanceTagKeys(Collection<String> instanceTagKeys) The registered tag keys.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
instanceTagKeys
The registered tag keys.
- Parameters:
instanceTagKeys- The registered tag keys.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTagKeys
The registered tag keys.
- Parameters:
instanceTagKeys- The registered tag keys.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeAllTagsOfInstance
Indicates wheter all tag keys in the current Region are registered to appear in scheduled event notifications.
trueindicates that all tag keys in the current Region are registered.- Parameters:
includeAllTagsOfInstance- Indicates wheter all tag keys in the current Region are registered to appear in scheduled event notifications.trueindicates that all tag keys in the current Region are registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-