CopyableBuilder<EventType.Builder,EventType>
, SdkBuilder<EventType.Builder,EventType>
public static interface EventType.Builder extends CopyableBuilder<EventType.Builder,EventType>
Modifier and Type | Method | Description |
---|---|---|
EventType.Builder |
category(String category) |
A list of event type category codes (
issue , scheduledChange , or
accountNotification ). |
EventType.Builder |
category(EventTypeCategory 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.
|
copy
apply, build
EventType.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
EventType.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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.