Resource.Builder |
Resource.Builder.arn(String arn) |
|
static Resource.Builder |
Resource.builder() |
|
Resource.Builder |
Resource.Builder.lastReportedAt(Instant lastReportedAt) |
The date and time that Resource Explorer last queried this resource and updated the index with the latest
information about the resource.
|
Resource.Builder |
Resource.Builder.owningAccountId(String owningAccountId) |
The Amazon Web Services account that owns the resource.
|
Resource.Builder |
Resource.Builder.properties(Collection<ResourceProperty> properties) |
A structure with additional type-specific details about the resource.
|
Resource.Builder |
Resource.Builder.properties(Consumer<ResourceProperty.Builder>... properties) |
A structure with additional type-specific details about the resource.
|
Resource.Builder |
Resource.Builder.properties(ResourceProperty... properties) |
A structure with additional type-specific details about the resource.
|
Resource.Builder |
Resource.Builder.region(String region) |
The Amazon Web Services Region in which the resource was created and exists.
|
Resource.Builder |
Resource.Builder.resourceType(String resourceType) |
The type of the resource.
|
Resource.Builder |
Resource.Builder.service(String service) |
The Amazon Web Service that owns the resource and is responsible for creating and updating it.
|
Resource.Builder |
Resource.toBuilder() |
|