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 the resource was last checked for readiness, in ISO-8601 format, UTC.
|
ResourceResult.Builder |
readiness(Readiness readiness)
The readiness of the resource.
|
ResourceResult.Builder |
readiness(String readiness)
The readiness of the resource.
|
ResourceResult.Builder |
resourceArn(String resourceArn)
The ARN of the resource
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceResult.Builder componentId(String componentId)
componentId - The component id of the resourceResourceResult.Builder lastCheckedTimestamp(Instant lastCheckedTimestamp)
lastCheckedTimestamp - The time the resource was last checked for readiness, in ISO-8601 format, UTC.ResourceResult.Builder readiness(String readiness)
ResourceResult.Builder readiness(Readiness readiness)
ResourceResult.Builder resourceArn(String resourceArn)
resourceArn - The ARN of the resourceCopyright © 2022. All rights reserved.