Interface AnalyzedResourceSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnalyzedResourceSummary.Builder,AnalyzedResourceSummary>,SdkBuilder<AnalyzedResourceSummary.Builder,AnalyzedResourceSummary>,SdkPojo
- Enclosing class:
- AnalyzedResourceSummary
public static interface AnalyzedResourceSummary.Builder extends SdkPojo, CopyableBuilder<AnalyzedResourceSummary.Builder,AnalyzedResourceSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyzedResourceSummary.BuilderresourceArn(String resourceArn)The ARN of the analyzed resource.AnalyzedResourceSummary.BuilderresourceOwnerAccount(String resourceOwnerAccount)The Amazon Web Services account ID that owns the resource.AnalyzedResourceSummary.BuilderresourceType(String resourceType)The type of resource that was analyzed.AnalyzedResourceSummary.BuilderresourceType(ResourceType resourceType)The type of resource that was analyzed.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
resourceArn
AnalyzedResourceSummary.Builder resourceArn(String resourceArn)
The ARN of the analyzed resource.
- Parameters:
resourceArn- The ARN of the analyzed resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceOwnerAccount
AnalyzedResourceSummary.Builder resourceOwnerAccount(String resourceOwnerAccount)
The Amazon Web Services account ID that owns the resource.
- Parameters:
resourceOwnerAccount- The Amazon Web Services account ID that owns the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
AnalyzedResourceSummary.Builder resourceType(String resourceType)
The type of resource that was analyzed.
- Parameters:
resourceType- The type of resource that was analyzed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resourceType
AnalyzedResourceSummary.Builder resourceType(ResourceType resourceType)
The type of resource that was analyzed.
- Parameters:
resourceType- The type of resource that was analyzed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
-