public static interface AnalyzedResourceSummary.Builder extends SdkPojo, CopyableBuilder<AnalyzedResourceSummary.Builder,AnalyzedResourceSummary>
| Modifier and Type | Method and Description |
|---|---|
AnalyzedResourceSummary.Builder |
resourceArn(String resourceArn)
The ARN of the analyzed resource.
|
AnalyzedResourceSummary.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
The Amazon Web Services account ID that owns the resource.
|
AnalyzedResourceSummary.Builder |
resourceType(ResourceType resourceType)
The type of resource that was analyzed.
|
AnalyzedResourceSummary.Builder |
resourceType(String resourceType)
The type of resource that was analyzed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalyzedResourceSummary.Builder resourceArn(String resourceArn)
The ARN of the analyzed resource.
resourceArn - The ARN of the analyzed resource.AnalyzedResourceSummary.Builder resourceOwnerAccount(String resourceOwnerAccount)
The Amazon Web Services account ID that owns the resource.
resourceOwnerAccount - The Amazon Web Services account ID that owns the resource.AnalyzedResourceSummary.Builder resourceType(String resourceType)
The type of resource that was analyzed.
resourceType - The type of resource that was analyzed.ResourceType,
ResourceTypeAnalyzedResourceSummary.Builder resourceType(ResourceType resourceType)
The type of resource that was analyzed.
resourceType - The type of resource that was analyzed.ResourceType,
ResourceTypeCopyright © 2021. All rights reserved.