Interface Finding.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Finding.Builder,Finding>, SdkBuilder<Finding.Builder,Finding>, SdkPojo
Enclosing class:
Finding

@Mutable @NotThreadSafe public static interface Finding.Builder extends SdkPojo, CopyableBuilder<Finding.Builder,Finding>
  • Method Details

    • id

      The ID of the finding.

      Parameters:
      id - The ID of the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • principal

      Finding.Builder principal(Map<String,String> principal)

      The external principal that has access to a resource within the zone of trust.

      Parameters:
      principal - The external principal that has access to a resource within the zone of trust.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • action

      The action in the analyzed policy statement that an external principal has permission to use.

      Parameters:
      action - The action in the analyzed policy statement that an external principal has permission to use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • action

      Finding.Builder action(String... action)

      The action in the analyzed policy statement that an external principal has permission to use.

      Parameters:
      action - The action in the analyzed policy statement that an external principal has permission to use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resource

      Finding.Builder resource(String resource)

      The resource that an external principal has access to.

      Parameters:
      resource - The resource that an external principal has access to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isPublic

      Finding.Builder isPublic(Boolean isPublic)

      Indicates whether the policy that generated the finding allows public access to the resource.

      Parameters:
      isPublic - Indicates whether the policy that generated the finding allows public access to the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceType

      Finding.Builder resourceType(String resourceType)

      The type of the resource identified in the finding.

      Parameters:
      resourceType - The type of the resource identified in the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceType

      Finding.Builder resourceType(ResourceType resourceType)

      The type of the resource identified in the finding.

      Parameters:
      resourceType - The type of the resource identified in the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • condition

      Finding.Builder condition(Map<String,String> condition)

      The condition in the analyzed policy statement that resulted in a finding.

      Parameters:
      condition - The condition in the analyzed policy statement that resulted in a finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      Finding.Builder createdAt(Instant createdAt)

      The time at which the finding was generated.

      Parameters:
      createdAt - The time at which the finding was generated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • analyzedAt

      Finding.Builder analyzedAt(Instant analyzedAt)

      The time at which the resource was analyzed.

      Parameters:
      analyzedAt - The time at which the resource was analyzed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      Finding.Builder updatedAt(Instant updatedAt)

      The time at which the finding was updated.

      Parameters:
      updatedAt - The time at which the finding was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Finding.Builder status(String status)

      The current status of the finding.

      Parameters:
      status - The current status of the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the finding.

      Parameters:
      status - The current status of the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceOwnerAccount

      Finding.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.
    • error

      Finding.Builder error(String error)

      An error.

      Parameters:
      error - An error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sources

      The sources of the finding. This indicates how the access that generated the finding is granted. It is populated for Amazon S3 bucket findings.

      Parameters:
      sources - The sources of the finding. This indicates how the access that generated the finding is granted. It is populated for Amazon S3 bucket findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sources

      Finding.Builder sources(FindingSource... sources)

      The sources of the finding. This indicates how the access that generated the finding is granted. It is populated for Amazon S3 bucket findings.

      Parameters:
      sources - The sources of the finding. This indicates how the access that generated the finding is granted. It is populated for Amazon S3 bucket findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sources

      The sources of the finding. This indicates how the access that generated the finding is granted. It is populated for Amazon S3 bucket findings.

      This is a convenience method that creates an instance of the FindingSource.Builder avoiding the need to create one manually via FindingSource.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to sources(List<FindingSource>).

      Parameters:
      sources - a consumer that will call methods on FindingSource.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceControlPolicyRestriction

      Finding.Builder resourceControlPolicyRestriction(String resourceControlPolicyRestriction)

      The type of restriction applied to the finding by the resource owner with an Organizations resource control policy (RCP).

      Parameters:
      resourceControlPolicyRestriction - The type of restriction applied to the finding by the resource owner with an Organizations resource control policy (RCP).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceControlPolicyRestriction

      Finding.Builder resourceControlPolicyRestriction(ResourceControlPolicyRestriction resourceControlPolicyRestriction)

      The type of restriction applied to the finding by the resource owner with an Organizations resource control policy (RCP).

      Parameters:
      resourceControlPolicyRestriction - The type of restriction applied to the finding by the resource owner with an Organizations resource control policy (RCP).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: