ResourceV2.Builder |
ResourceV2.Builder.accountId(String accountId) |
The Amazon Web Services account ID to which the resource belongs.
|
static ResourceV2.Builder |
ResourceV2.builder() |
|
ResourceV2.Builder |
ResourceV2.Builder.cloudPartition(String cloudPartition) |
The cloud partition within the Amazon Web Services Region to which the resource belongs.
|
default ResourceV2.Builder |
ResourceV2.Builder.data(Consumer<ResourceData.Builder> data) |
Contains information about the Amazon Web Services resource associated with the activity that prompted
GuardDuty to generate a finding.
|
ResourceV2.Builder |
ResourceV2.Builder.data(ResourceData data) |
Contains information about the Amazon Web Services resource associated with the activity that prompted
GuardDuty to generate a finding.
|
ResourceV2.Builder |
ResourceV2.Builder.name(String name) |
The name of the resource.
|
ResourceV2.Builder |
ResourceV2.Builder.region(String region) |
The Amazon Web Services Region where the resource belongs.
|
ResourceV2.Builder |
ResourceV2.Builder.resourceType(String resourceType) |
The type of the Amazon Web Services resource.
|
ResourceV2.Builder |
ResourceV2.Builder.resourceType(FindingResourceType resourceType) |
The type of the Amazon Web Services resource.
|
ResourceV2.Builder |
ResourceV2.Builder.service(String service) |
The Amazon Web Services service of the resource.
|
ResourceV2.Builder |
ResourceV2.Builder.tags(Collection<Tag> tags) |
Contains information about the tags associated with the resource.
|
ResourceV2.Builder |
ResourceV2.Builder.tags(Consumer<Tag.Builder>... tags) |
Contains information about the tags associated with the resource.
|
ResourceV2.Builder |
ResourceV2.Builder.tags(Tag... tags) |
Contains information about the tags associated with the resource.
|
ResourceV2.Builder |
ResourceV2.toBuilder() |
|
ResourceV2.Builder |
ResourceV2.Builder.uid(String uid) |
The unique identifier of the resource.
|