default ResourceData.Builder |
ResourceData.Builder.accessKey(Consumer<AccessKey.Builder> accessKey) |
Contains information about the IAM access key details of a user that involved in the GuardDuty finding.
|
ResourceData.Builder |
ResourceData.Builder.accessKey(AccessKey accessKey) |
Contains information about the IAM access key details of a user that involved in the GuardDuty finding.
|
static ResourceData.Builder |
ResourceData.builder() |
|
default ResourceData.Builder |
ResourceData.Builder.ec2Instance(Consumer<Ec2Instance.Builder> ec2Instance) |
Contains information about the Amazon EC2 instance.
|
ResourceData.Builder |
ResourceData.Builder.ec2Instance(Ec2Instance ec2Instance) |
Contains information about the Amazon EC2 instance.
|
default ResourceData.Builder |
ResourceData.Builder.ec2NetworkInterface(Consumer<Ec2NetworkInterface.Builder> ec2NetworkInterface) |
Contains information about the elastic network interface of the Amazon EC2 instance.
|
ResourceData.Builder |
ResourceData.Builder.ec2NetworkInterface(Ec2NetworkInterface ec2NetworkInterface) |
Contains information about the elastic network interface of the Amazon EC2 instance.
|
default ResourceData.Builder |
ResourceData.Builder.s3Bucket(Consumer<S3Bucket.Builder> s3Bucket) |
Contains information about the Amazon S3 bucket.
|
ResourceData.Builder |
ResourceData.Builder.s3Bucket(S3Bucket s3Bucket) |
Contains information about the Amazon S3 bucket.
|
default ResourceData.Builder |
ResourceData.Builder.s3Object(Consumer<S3Object.Builder> s3Object) |
Contains information about the Amazon S3 object.
|
ResourceData.Builder |
ResourceData.Builder.s3Object(S3Object s3Object) |
Contains information about the Amazon S3 object.
|
ResourceData.Builder |
ResourceData.toBuilder() |
|