Interface GetFindingsStatisticsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetFindingsStatisticsResponse.Builder,,GetFindingsStatisticsResponse> GuardDutyResponse.Builder,SdkBuilder<GetFindingsStatisticsResponse.Builder,,GetFindingsStatisticsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetFindingsStatisticsResponse
public static interface GetFindingsStatisticsResponse.Builder
extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<GetFindingsStatisticsResponse.Builder,GetFindingsStatisticsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfindingStatistics(Consumer<FindingStatistics.Builder> findingStatistics) The finding statistics object.findingStatistics(FindingStatistics findingStatistics) The finding statistics object.The pagination parameter to be used on the next list operation to retrieve more items.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
findingStatistics
The finding statistics object.
- Parameters:
findingStatistics- The finding statistics object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findingStatistics
default GetFindingsStatisticsResponse.Builder findingStatistics(Consumer<FindingStatistics.Builder> findingStatistics) The finding statistics object.
This is a convenience method that creates an instance of theFindingStatistics.Builderavoiding the need to create one manually viaFindingStatistics.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofindingStatistics(FindingStatistics).- Parameters:
findingStatistics- a consumer that will call methods onFindingStatistics.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The pagination parameter to be used on the next list operation to retrieve more items.
This parameter is currently not supported.
- Parameters:
nextToken- The pagination parameter to be used on the next list operation to retrieve more items.This parameter is currently not supported.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-