public static interface EventType.Builder extends SdkPojo, CopyableBuilder<EventType.Builder,EventType>
| Modifier and Type | Method and Description |
|---|---|
EventType.Builder |
category(EventTypeCategory category)
A list of event type category codes.
|
EventType.Builder |
category(String category)
A list of event type category codes.
|
EventType.Builder |
code(String code)
The unique identifier for the event type.
|
EventType.Builder |
service(String service)
The Amazon Web Services service that is affected by the event.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventType.Builder service(String service)
The Amazon Web Services service that is affected by the event. For example, EC2,
RDS.
service - The Amazon Web Services 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. Possible values are issue, accountNotification
, or scheduledChange. Currently, the investigation value isn't supported at this
time.
category - A list of event type category codes. Possible values are issue,
accountNotification, or scheduledChange. Currently, the
investigation value isn't supported at this time.EventTypeCategory,
EventTypeCategoryEventType.Builder category(EventTypeCategory category)
A list of event type category codes. Possible values are issue, accountNotification
, or scheduledChange. Currently, the investigation value isn't supported at this
time.
category - A list of event type category codes. Possible values are issue,
accountNotification, or scheduledChange. Currently, the
investigation value isn't supported at this time.EventTypeCategory,
EventTypeCategoryCopyright © 2023. All rights reserved.