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