Interface GetFindingsReportAccountSummaryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeGuruProfilerRequest.Builder,CopyableBuilder<GetFindingsReportAccountSummaryRequest.Builder,GetFindingsReportAccountSummaryRequest>,SdkBuilder<GetFindingsReportAccountSummaryRequest.Builder,GetFindingsReportAccountSummaryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetFindingsReportAccountSummaryRequest
public static interface GetFindingsReportAccountSummaryRequest.Builder extends CodeGuruProfilerRequest.Builder, SdkPojo, CopyableBuilder<GetFindingsReportAccountSummaryRequest.Builder,GetFindingsReportAccountSummaryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFindingsReportAccountSummaryRequest.BuilderdailyReportsOnly(Boolean dailyReportsOnly)ABooleanvalue indicating whether to only return reports from daily profiles.GetFindingsReportAccountSummaryRequest.BuildermaxResults(Integer maxResults)The maximum number of results returned byGetFindingsReportAccountSummaryin paginated output.GetFindingsReportAccountSummaryRequest.BuildernextToken(String nextToken)ThenextTokenvalue returned from a previous paginatedGetFindingsReportAccountSummaryrequest wheremaxResultswas used and the results exceeded the value of that parameter.GetFindingsReportAccountSummaryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFindingsReportAccountSummaryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codeguruprofiler.model.CodeGuruProfilerRequest.Builder
build
-
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
-
dailyReportsOnly
GetFindingsReportAccountSummaryRequest.Builder dailyReportsOnly(Boolean dailyReportsOnly)
A
Booleanvalue indicating whether to only return reports from daily profiles. If set toTrue, only analysis data from daily profiles is returned. If set toFalse, analysis data is returned from smaller time windows (for example, one hour).- Parameters:
dailyReportsOnly- ABooleanvalue indicating whether to only return reports from daily profiles. If set toTrue, only analysis data from daily profiles is returned. If set toFalse, analysis data is returned from smaller time windows (for example, one hour).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetFindingsReportAccountSummaryRequest.Builder maxResults(Integer maxResults)
The maximum number of results returned by
GetFindingsReportAccountSummaryin paginated output. When this parameter is used,GetFindingsReportAccountSummaryonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherGetFindingsReportAccountSummaryrequest with the returnednextTokenvalue.- Parameters:
maxResults- The maximum number of results returned byGetFindingsReportAccountSummaryin paginated output. When this parameter is used,GetFindingsReportAccountSummaryonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherGetFindingsReportAccountSummaryrequest with the returnednextTokenvalue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetFindingsReportAccountSummaryRequest.Builder nextToken(String nextToken)
The
nextTokenvalue returned from a previous paginatedGetFindingsReportAccountSummaryrequest wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue.This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
- Parameters:
nextToken- ThenextTokenvalue returned from a previous paginatedGetFindingsReportAccountSummaryrequest wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue.This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetFindingsReportAccountSummaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetFindingsReportAccountSummaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-