public static interface ListFindingsMetricsRequest.Builder extends CodeGuruSecurityRequest.Builder, SdkPojo, CopyableBuilder<ListFindingsMetricsRequest.Builder,ListFindingsMetricsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFindingsMetricsRequest.Builder |
endDate(Instant endDate)
The end date of the interval which you want to retrieve metrics from.
|
ListFindingsMetricsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListFindingsMetricsRequest.Builder |
nextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
ListFindingsMetricsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFindingsMetricsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListFindingsMetricsRequest.Builder |
startDate(Instant startDate)
The start date of the interval which you want to retrieve metrics from.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFindingsMetricsRequest.Builder endDate(Instant endDate)
The end date of the interval which you want to retrieve metrics from.
endDate - The end date of the interval which you want to retrieve metrics from.ListFindingsMetricsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response. Use this parameter when paginating results. If
additional results exist beyond the number you specify, the nextToken element is returned in the
response. Use nextToken in a subsequent request to retrieve additional results.
maxResults - The maximum number of results to return in the response. Use this parameter when paginating results.
If additional results exist beyond the number you specify, the nextToken element is
returned in the response. Use nextToken in a subsequent request to retrieve additional
results.ListFindingsMetricsRequest.Builder nextToken(String nextToken)
A token to use for paginating results that are returned in the response. Set the value of this parameter to
null for the first request. For subsequent calls, use the nextToken value returned from the
previous request to continue listing results after the first page.
nextToken - A token to use for paginating results that are returned in the response. Set the value of this
parameter to null for the first request. For subsequent calls, use the nextToken value
returned from the previous request to continue listing results after the first page.ListFindingsMetricsRequest.Builder startDate(Instant startDate)
The start date of the interval which you want to retrieve metrics from.
startDate - The start date of the interval which you want to retrieve metrics from.ListFindingsMetricsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFindingsMetricsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.