Interface FindingSummaryV2.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FindingSummaryV2.Builder,FindingSummaryV2>,SdkBuilder<FindingSummaryV2.Builder,FindingSummaryV2>,SdkPojo
- Enclosing class:
- FindingSummaryV2
public static interface FindingSummaryV2.Builder extends SdkPojo, CopyableBuilder<FindingSummaryV2.Builder,FindingSummaryV2>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FindingSummaryV2.BuilderanalyzedAt(Instant analyzedAt)The time at which the resource-based policy or IAM entity that generated the finding was analyzed.FindingSummaryV2.BuildercreatedAt(Instant createdAt)The time at which the finding was created.FindingSummaryV2.Buildererror(String error)The error that resulted in an Error finding.FindingSummaryV2.BuilderfindingType(String findingType)The type of the external access or unused access finding.FindingSummaryV2.BuilderfindingType(FindingType findingType)The type of the external access or unused access finding.FindingSummaryV2.Builderid(String id)The ID of the finding.FindingSummaryV2.Builderresource(String resource)The resource that the external principal has access to.FindingSummaryV2.BuilderresourceOwnerAccount(String resourceOwnerAccount)The Amazon Web Services account ID that owns the resource.FindingSummaryV2.BuilderresourceType(String resourceType)The type of the resource that the external principal has access to.FindingSummaryV2.BuilderresourceType(ResourceType resourceType)The type of the resource that the external principal has access to.FindingSummaryV2.Builderstatus(String status)The status of the finding.FindingSummaryV2.Builderstatus(FindingStatus status)The status of the finding.FindingSummaryV2.BuilderupdatedAt(Instant updatedAt)The time at which the finding was most recently 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, sdkFields
-
-
-
-
Method Detail
-
analyzedAt
FindingSummaryV2.Builder analyzedAt(Instant analyzedAt)
The time at which the resource-based policy or IAM entity that generated the finding was analyzed.
- Parameters:
analyzedAt- The time at which the resource-based policy or IAM entity that generated the finding was analyzed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
FindingSummaryV2.Builder createdAt(Instant createdAt)
The time at which the finding was created.
- Parameters:
createdAt- The time at which the finding was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
FindingSummaryV2.Builder error(String error)
The error that resulted in an Error finding.
- Parameters:
error- The error that resulted in an Error finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
FindingSummaryV2.Builder id(String 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.
-
resource
FindingSummaryV2.Builder resource(String resource)
The resource that the external principal has access to.
- Parameters:
resource- The resource that the external principal has access to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
FindingSummaryV2.Builder resourceType(String resourceType)
The type of the resource that the external principal has access to.
- Parameters:
resourceType- The type of the resource that the external principal has access to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resourceType
FindingSummaryV2.Builder resourceType(ResourceType resourceType)
The type of the resource that the external principal has access to.
- Parameters:
resourceType- The type of the resource that the external principal has access to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resourceOwnerAccount
FindingSummaryV2.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.
-
status
FindingSummaryV2.Builder status(String status)
The status of the finding.
- Parameters:
status- The status of the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FindingStatus,FindingStatus
-
status
FindingSummaryV2.Builder status(FindingStatus status)
The status of the finding.
- Parameters:
status- The status of the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FindingStatus,FindingStatus
-
updatedAt
FindingSummaryV2.Builder updatedAt(Instant updatedAt)
The time at which the finding was most recently updated.
- Parameters:
updatedAt- The time at which the finding was most recently updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findingType
FindingSummaryV2.Builder findingType(String findingType)
The type of the external access or unused access finding.
- Parameters:
findingType- The type of the external access or unused access finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FindingType,FindingType
-
findingType
FindingSummaryV2.Builder findingType(FindingType findingType)
The type of the external access or unused access finding.
- Parameters:
findingType- The type of the external access or unused access finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FindingType,FindingType
-
-