public static interface Resource.Builder extends SdkPojo, CopyableBuilder<Resource.Builder,Resource>
| Modifier and Type | Method and Description |
|---|---|
Resource.Builder |
accessKeyDetails(AccessKeyDetails accessKeyDetails)
The IAM access key details (IAM user information) of a user that engaged in the activity that prompted
GuardDuty to generate a finding.
|
default Resource.Builder |
accessKeyDetails(Consumer<AccessKeyDetails.Builder> accessKeyDetails)
The IAM access key details (IAM user information) of a user that engaged in the activity that prompted
GuardDuty to generate a finding.
|
default Resource.Builder |
instanceDetails(Consumer<InstanceDetails.Builder> instanceDetails)
The information about the EC2 instance associated with the activity that prompted GuardDuty to generate a
finding.
|
Resource.Builder |
instanceDetails(InstanceDetails instanceDetails)
The information about the EC2 instance associated with the activity that prompted GuardDuty to generate a
finding.
|
Resource.Builder |
resourceType(String resourceType)
The type of the AWS resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResource.Builder accessKeyDetails(AccessKeyDetails accessKeyDetails)
The IAM access key details (IAM user information) of a user that engaged in the activity that prompted GuardDuty to generate a finding.
accessKeyDetails - The IAM access key details (IAM user information) of a user that engaged in the activity that prompted
GuardDuty to generate a finding.default Resource.Builder accessKeyDetails(Consumer<AccessKeyDetails.Builder> accessKeyDetails)
The IAM access key details (IAM user information) of a user that engaged in the activity that prompted GuardDuty to generate a finding.
This is a convenience that creates an instance of theAccessKeyDetails.Builder avoiding the need to
create one manually via AccessKeyDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to accessKeyDetails(AccessKeyDetails).accessKeyDetails - a consumer that will call methods on AccessKeyDetails.BuilderaccessKeyDetails(AccessKeyDetails)Resource.Builder instanceDetails(InstanceDetails instanceDetails)
The information about the EC2 instance associated with the activity that prompted GuardDuty to generate a finding.
instanceDetails - The information about the EC2 instance associated with the activity that prompted GuardDuty to
generate a finding.default Resource.Builder instanceDetails(Consumer<InstanceDetails.Builder> instanceDetails)
The information about the EC2 instance associated with the activity that prompted GuardDuty to generate a finding.
This is a convenience that creates an instance of theInstanceDetails.Builder avoiding the need to
create one manually via InstanceDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to instanceDetails(InstanceDetails).instanceDetails - a consumer that will call methods on InstanceDetails.BuilderinstanceDetails(InstanceDetails)Resource.Builder resourceType(String resourceType)
The type of the AWS resource.
resourceType - The type of the AWS resource.Copyright © 2019. All rights reserved.