Interface Finding.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Finding.Builder,
,Finding> SdkBuilder<Finding.Builder,
,Finding> SdkPojo
- Enclosing class:
Finding
-
Method Summary
Modifier and TypeMethodDescriptionThe action in the analyzed policy statement that an external principal has permission to use.action
(Collection<String> action) The action in the analyzed policy statement that an external principal has permission to use.analyzedAt
(Instant analyzedAt) The time at which the resource was analyzed.The condition in the analyzed policy statement that resulted in a finding.The time at which the finding was generated.An error.The ID of the finding.Indicates whether the policy that generated the finding allows public access to the resource.The external principal that has access to a resource within the zone of trust.The resource that an external principal has access to.resourceControlPolicyRestriction
(String resourceControlPolicyRestriction) The type of restriction applied to the finding by the resource owner with an Organizations resource control policy (RCP).resourceControlPolicyRestriction
(ResourceControlPolicyRestriction resourceControlPolicyRestriction) The type of restriction applied to the finding by the resource owner with an Organizations resource control policy (RCP).resourceOwnerAccount
(String resourceOwnerAccount) The Amazon Web Services account ID that owns the resource.resourceType
(String resourceType) The type of the resource identified in the finding.resourceType
(ResourceType resourceType) The type of the resource identified in the finding.sources
(Collection<FindingSource> sources) The sources of the finding.sources
(Consumer<FindingSource.Builder>... sources) The sources of the finding.sources
(FindingSource... sources) The sources of the finding.The current status of the finding.status
(FindingStatus status) The current status of the finding.The time at which the finding was updated.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, sdkFieldNameToField, sdkFields
-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 theFindingSource.Builder
avoiding the need to create one manually viaFindingSource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosources(List<FindingSource>)
.- Parameters:
sources
- a consumer that will call methods onFindingSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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:
-