public static interface EventType.Builder extends CopyableBuilder<EventType.Builder,EventType>
| Modifier and Type | Method and Description |
|---|---|
EventType.Builder |
category(EventTypeCategory category)
A list of event type category codes (
issue, scheduledChange, or
accountNotification). |
EventType.Builder |
category(String category)
A list of event type category codes (
issue, scheduledChange, or
accountNotification). |
EventType.Builder |
code(String code)
The unique identifier for the event type.
|
EventType.Builder |
service(String service)
The AWS service that is affected by the event.
|
copyapply, buildEventType.Builder service(String service)
The AWS service that is affected by the event. For example, EC2, RDS.
service - The AWS service that is affected by the event. For example, EC2, RDS.EventType.Builder code(String code)
The unique identifier for the event type. The format is AWS_SERVICE_DESCRIPTION ;
for example, AWS_EC2_SYSTEM_MAINTENANCE_EVENT.
code - The unique identifier for the event type. The format is
AWS_SERVICE_DESCRIPTION ; for example,
AWS_EC2_SYSTEM_MAINTENANCE_EVENT.EventType.Builder category(String category)
A list of event type category codes (issue, scheduledChange, or
accountNotification).
category - A list of event type category codes (issue, scheduledChange, or
accountNotification).EventTypeCategory,
EventTypeCategoryEventType.Builder category(EventTypeCategory category)
A list of event type category codes (issue, scheduledChange, or
accountNotification).
category - A list of event type category codes (issue, scheduledChange, or
accountNotification).EventTypeCategory,
EventTypeCategoryCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.