| Package | Description |
|---|---|
| software.amazon.awssdk.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
AffectedEntity.Builder |
AffectedEntity.Builder.awsAccountId(String awsAccountId)
The 12-digit Amazon Web Services account number that contains the affected entity.
|
static AffectedEntity.Builder |
AffectedEntity.builder() |
AffectedEntity.Builder |
AffectedEntity.Builder.entityArn(String entityArn)
The unique identifier for the entity.
|
AffectedEntity.Builder |
AffectedEntity.Builder.entityUrl(String entityUrl)
The URL of the affected entity.
|
AffectedEntity.Builder |
AffectedEntity.Builder.entityValue(String entityValue)
The ID of the affected entity.
|
AffectedEntity.Builder |
AffectedEntity.Builder.eventArn(String eventArn)
The unique identifier for the event.
|
AffectedEntity.Builder |
AffectedEntity.Builder.lastUpdatedTime(Instant lastUpdatedTime)
The most recent time that the entity was updated.
|
AffectedEntity.Builder |
AffectedEntity.Builder.statusCode(EntityStatusCode statusCodeValue)
The most recent status of the entity affected by the event.
|
AffectedEntity.Builder |
AffectedEntity.Builder.statusCode(String statusCodeValue)
The most recent status of the entity affected by the event.
|
AffectedEntity.Builder |
AffectedEntity.Builder.tags(Map<String,String> tags)
A map of entity tags attached to the affected entity.
|
AffectedEntity.Builder |
AffectedEntity.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AffectedEntity.Builder> |
AffectedEntity.serializableBuilderClass() |
Copyright © 2021. All rights reserved.