Interface FindingTypeAggregationResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FindingTypeAggregationResponse.Builder,FindingTypeAggregationResponse>,SdkBuilder<FindingTypeAggregationResponse.Builder,FindingTypeAggregationResponse>,SdkPojo
- Enclosing class:
- FindingTypeAggregationResponse
public static interface FindingTypeAggregationResponse.Builder extends SdkPojo, CopyableBuilder<FindingTypeAggregationResponse.Builder,FindingTypeAggregationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description FindingTypeAggregationResponse.BuilderaccountId(String accountId)The ID of the Amazon Web Services account associated with the findings.default FindingTypeAggregationResponse.BuilderseverityCounts(Consumer<SeverityCounts.Builder> severityCounts)The value to sort results by.FindingTypeAggregationResponse.BuilderseverityCounts(SeverityCounts severityCounts)The value to sort results by.-
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
-
accountId
FindingTypeAggregationResponse.Builder accountId(String accountId)
The ID of the Amazon Web Services account associated with the findings.
- Parameters:
accountId- The ID of the Amazon Web Services account associated with the findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
severityCounts
FindingTypeAggregationResponse.Builder severityCounts(SeverityCounts severityCounts)
The value to sort results by.
- Parameters:
severityCounts- The value to sort results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
severityCounts
default FindingTypeAggregationResponse.Builder severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
The value to sort results by.
This is a convenience method that creates an instance of theSeverityCounts.Builderavoiding the need to create one manually viaSeverityCounts.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toseverityCounts(SeverityCounts).- Parameters:
severityCounts- a consumer that will call methods onSeverityCounts.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
severityCounts(SeverityCounts)
-
-