public static interface Alert.Builder extends SdkPojo, CopyableBuilder<Alert.Builder,Alert>
| Modifier and Type | Method and Description |
|---|---|
Alert.Builder |
alertCode(String alertCode)
The code for the alert.
|
Alert.Builder |
alertMessage(String alertMessage)
If an alert is generated for a resource, an explanation of the reason for the alert.
|
Alert.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp when the alert was last modified.
|
Alert.Builder |
relatedResourceArns(Collection<String> relatedResourceArns)
The Amazon Resource Names (ARNs) related to this alert.
|
Alert.Builder |
relatedResourceArns(String... relatedResourceArns)
The Amazon Resource Names (ARNs) related to this alert.
|
Alert.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAlert.Builder alertCode(String alertCode)
The code for the alert. For example, NOT_PROCESSED.
alertCode - The code for the alert. For example, NOT_PROCESSED.Alert.Builder alertMessage(String alertMessage)
If an alert is generated for a resource, an explanation of the reason for the alert.
alertMessage - If an alert is generated for a resource, an explanation of the reason for the alert.Alert.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp when the alert was last modified.
lastModifiedTime - The timestamp when the alert was last modified.Alert.Builder relatedResourceArns(Collection<String> relatedResourceArns)
The Amazon Resource Names (ARNs) related to this alert.
relatedResourceArns - The Amazon Resource Names (ARNs) related to this alert.Alert.Builder relatedResourceArns(String... relatedResourceArns)
The Amazon Resource Names (ARNs) related to this alert.
relatedResourceArns - The Amazon Resource Names (ARNs) related to this alert.Alert.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
resourceArn - The Amazon Resource Name (ARN) of the resource.Copyright © 2021. All rights reserved.