| 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 AWS Health event is a public AWS service event or an account-specific event.
|
OrganizationEvent.Builder |
OrganizationEvent.Builder.eventScopeCode(String eventScopeCode)
This parameter specifies if the AWS Health event is a public AWS service event or an account-specific event.
|
OrganizationEvent.Builder |
OrganizationEvent.Builder.eventTypeCategory(EventTypeCategory eventTypeCategory)
The category of the event type.
|
OrganizationEvent.Builder |
OrganizationEvent.Builder.eventTypeCategory(String eventTypeCategory)
The category of the event type.
|
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 AWS Region name of the event.
|
OrganizationEvent.Builder |
OrganizationEvent.Builder.service(String service)
The AWS service that is affected by the event.
|
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 © 2021. All rights reserved.