public static interface ResourceResult.Builder extends SdkPojo, CopyableBuilder<ResourceResult.Builder,ResourceResult>
| Modifier and Type | Method and Description |
|---|---|
ResourceResult.Builder |
componentId(String componentId)
The component id of the resource.
|
ResourceResult.Builder |
lastCheckedTimestamp(Instant lastCheckedTimestamp)
The time (UTC) that the resource was last checked for readiness, in ISO-8601 format.
|
ResourceResult.Builder |
readiness(Readiness readiness)
The readiness of a resource.
|
ResourceResult.Builder |
readiness(String readiness)
The readiness of a resource.
|
ResourceResult.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceResult.Builder componentId(String componentId)
The component id of the resource.
componentId - The component id of the resource.ResourceResult.Builder lastCheckedTimestamp(Instant lastCheckedTimestamp)
The time (UTC) that the resource was last checked for readiness, in ISO-8601 format.
lastCheckedTimestamp - The time (UTC) that the resource was last checked for readiness, in ISO-8601 format.ResourceResult.Builder readiness(String readiness)
The readiness of a resource.
ResourceResult.Builder readiness(Readiness readiness)
The readiness of a resource.
ResourceResult.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
resourceArn - The Amazon Resource Name (ARN) of the resource.Copyright © 2022. All rights reserved.