| Package | Description |
|---|---|
| software.amazon.awssdk.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
Event.Builder.arn(String arn)
The unique identifier for the event.
|
Event.Builder |
Event.Builder.availabilityZone(String availabilityZone)
The Amazon Web Services Availability Zone of the event.
|
static Event.Builder |
Event.builder() |
Event.Builder |
Event.Builder.endTime(Instant endTime)
The date and time that the event ended.
|
Event.Builder |
Event.Builder.eventScopeCode(EventScopeCode eventScopeCode)
This parameter specifies if the Health event is a public Amazon Web Services service event or an
account-specific event.
|
Event.Builder |
Event.Builder.eventScopeCode(String eventScopeCode)
This parameter specifies if the Health event is a public Amazon Web Services service event or an
account-specific event.
|
Event.Builder |
Event.Builder.eventTypeCategory(EventTypeCategory eventTypeCategory)
A list of event type category codes.
|
Event.Builder |
Event.Builder.eventTypeCategory(String eventTypeCategory)
A list of event type category codes.
|
Event.Builder |
Event.Builder.eventTypeCode(String eventTypeCode)
The unique identifier for the event type.
|
Event.Builder |
Event.Builder.lastUpdatedTime(Instant lastUpdatedTime)
The most recent date and time that the event was updated.
|
Event.Builder |
Event.Builder.region(String region)
The Amazon Web Services Region name of the event.
|
Event.Builder |
Event.Builder.service(String service)
The Amazon Web Services service that is affected by the event.
|
Event.Builder |
Event.Builder.startTime(Instant startTime)
The date and time that the event began.
|
Event.Builder |
Event.Builder.statusCode(EventStatusCode statusCodeValue)
The most recent status of the event.
|
Event.Builder |
Event.Builder.statusCode(String statusCodeValue)
The most recent status of the event.
|
Event.Builder |
Event.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Event.Builder> |
Event.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EventDetails.Builder |
EventDetails.Builder.event(Consumer<Event.Builder> event)
Summary information about the event.
|
default OrganizationEventDetails.Builder |
OrganizationEventDetails.Builder.event(Consumer<Event.Builder> event)
Sets the value of the Event property for this object.
|
Copyright © 2023. All rights reserved.