Interface SeveritySummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SeveritySummary.Builder,SeveritySummary>,SdkBuilder<SeveritySummary.Builder,SeveritySummary>,SdkPojo
- Enclosing class:
- SeveritySummary
@Mutable @NotThreadSafe public static interface SeveritySummary.Builder extends SdkPojo, CopyableBuilder<SeveritySummary.Builder,SeveritySummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SeveritySummary.BuildercriticalCount(Integer criticalCount)The total number of resources or compliance items that have a severity level ofCritical.SeveritySummary.BuilderhighCount(Integer highCount)The total number of resources or compliance items that have a severity level of high.SeveritySummary.BuilderinformationalCount(Integer informationalCount)The total number of resources or compliance items that have a severity level of informational.SeveritySummary.BuilderlowCount(Integer lowCount)The total number of resources or compliance items that have a severity level of low.SeveritySummary.BuildermediumCount(Integer mediumCount)The total number of resources or compliance items that have a severity level of medium.SeveritySummary.BuilderunspecifiedCount(Integer unspecifiedCount)The total number of resources or compliance items that have a severity level of unspecified.-
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 Detail
-
criticalCount
SeveritySummary.Builder criticalCount(Integer criticalCount)
The total number of resources or compliance items that have a severity level of
Critical. Critical severity is determined by the organization that published the compliance items.- Parameters:
criticalCount- The total number of resources or compliance items that have a severity level ofCritical. Critical severity is determined by the organization that published the compliance items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
highCount
SeveritySummary.Builder highCount(Integer highCount)
The total number of resources or compliance items that have a severity level of high. High severity is determined by the organization that published the compliance items.
- Parameters:
highCount- The total number of resources or compliance items that have a severity level of high. High severity is determined by the organization that published the compliance items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediumCount
SeveritySummary.Builder mediumCount(Integer mediumCount)
The total number of resources or compliance items that have a severity level of medium. Medium severity is determined by the organization that published the compliance items.
- Parameters:
mediumCount- The total number of resources or compliance items that have a severity level of medium. Medium severity is determined by the organization that published the compliance items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lowCount
SeveritySummary.Builder lowCount(Integer lowCount)
The total number of resources or compliance items that have a severity level of low. Low severity is determined by the organization that published the compliance items.
- Parameters:
lowCount- The total number of resources or compliance items that have a severity level of low. Low severity is determined by the organization that published the compliance items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
informationalCount
SeveritySummary.Builder informationalCount(Integer informationalCount)
The total number of resources or compliance items that have a severity level of informational. Informational severity is determined by the organization that published the compliance items.
- Parameters:
informationalCount- The total number of resources or compliance items that have a severity level of informational. Informational severity is determined by the organization that published the compliance items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unspecifiedCount
SeveritySummary.Builder unspecifiedCount(Integer unspecifiedCount)
The total number of resources or compliance items that have a severity level of unspecified. Unspecified severity is determined by the organization that published the compliance items.
- Parameters:
unspecifiedCount- The total number of resources or compliance items that have a severity level of unspecified. Unspecified severity is determined by the organization that published the compliance items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-