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 Details

    • 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

      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: