Interface FindingSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FindingSummary.Builder,,FindingSummary> SdkBuilder<FindingSummary.Builder,,FindingSummary> SdkPojo
- Enclosing class:
FindingSummary
@Mutable
@NotThreadSafe
public static interface FindingSummary.Builder
extends SdkPojo, CopyableBuilder<FindingSummary.Builder,FindingSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Sets the value of the Description property for this object.failureCategory(String failureCategory) The failure category of the finding.failureCategory(FailureCategory failureCategory) The failure category of the finding.The unique identifier of the finding.The name of the finding.policyComponent(String policyComponent) The policy component associated with the finding.policyComponent(PolicyComponent policyComponent) The policy component associated with the finding.serviceArn(String serviceArn) Sets the value of the ServiceArn property for this object.The severity of the finding.severity(FindingSeverity severity) The severity of the finding.The current status of the finding.status(FindingStatus status) The current status of the finding.The timestamp when the finding was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
serviceArn
Sets the value of the ServiceArn property for this object.- Parameters:
serviceArn- The new value for the ServiceArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findingId
The unique identifier of the finding.
- Parameters:
findingId- The unique identifier of the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the finding.
- Parameters:
name- The name of the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Sets the value of the Description property for this object.- Parameters:
description- The new value for the Description property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureCategory
The failure category of the finding.
- Parameters:
failureCategory- The failure category of the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureCategory
The failure category of the finding.
- Parameters:
failureCategory- The failure category of the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
severity
The severity of the finding.
- Parameters:
severity- The severity of the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
severity
The severity of the finding.
- Parameters:
severity- The severity 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:
-
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:
-
policyComponent
The policy component associated with the finding.
- Parameters:
policyComponent- The policy component associated with the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
policyComponent
The policy component associated with the finding.
- Parameters:
policyComponent- The policy component associated with the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The timestamp when the finding was last updated.
- Parameters:
updatedAt- The timestamp when the finding was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-