Interface ListFindingsMetricsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CodeGuruSecurityResponse.Builder,- CopyableBuilder<ListFindingsMetricsResponse.Builder,,- ListFindingsMetricsResponse> - SdkBuilder<ListFindingsMetricsResponse.Builder,,- ListFindingsMetricsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListFindingsMetricsResponse
@Mutable
@NotThreadSafe
public static interface ListFindingsMetricsResponse.Builder
extends CodeGuruSecurityResponse.Builder, SdkPojo, CopyableBuilder<ListFindingsMetricsResponse.Builder,ListFindingsMetricsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionfindingsMetrics(Collection<AccountFindingsMetric> findingsMetrics) A list ofAccountFindingsMetricobjects retrieved from the specified time interval.findingsMetrics(Consumer<AccountFindingsMetric.Builder>... findingsMetrics) A list ofAccountFindingsMetricobjects retrieved from the specified time interval.findingsMetrics(AccountFindingsMetric... findingsMetrics) A list ofAccountFindingsMetricobjects retrieved from the specified time interval.A pagination token.Methods inherited from interface software.amazon.awssdk.services.codegurusecurity.model.CodeGuruSecurityResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
findingsMetricsListFindingsMetricsResponse.Builder findingsMetrics(Collection<AccountFindingsMetric> findingsMetrics) A list of AccountFindingsMetricobjects retrieved from the specified time interval.- Parameters:
- findingsMetrics- A list of- AccountFindingsMetricobjects retrieved from the specified time interval.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
findingsMetricsA list of AccountFindingsMetricobjects retrieved from the specified time interval.- Parameters:
- findingsMetrics- A list of- AccountFindingsMetricobjects retrieved from the specified time interval.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
findingsMetricsListFindingsMetricsResponse.Builder findingsMetrics(Consumer<AccountFindingsMetric.Builder>... findingsMetrics) A list of This is a convenience method that creates an instance of theAccountFindingsMetricobjects retrieved from the specified time interval.AccountFindingsMetric.Builderavoiding the need to create one manually viaAccountFindingsMetric.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofindingsMetrics(List<AccountFindingsMetric>).- Parameters:
- findingsMetrics- a consumer that will call methods on- AccountFindingsMetric.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenA pagination token. You can use this in future calls to ListFindingMetricsto continue listing results after the current page.- Parameters:
- nextToken- A pagination token. You can use this in future calls to- ListFindingMetricsto continue listing results after the current page.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-