Interface GetQueryResultsWorkloadInsightsTopContributorsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetQueryResultsWorkloadInsightsTopContributorsResponse.Builder,GetQueryResultsWorkloadInsightsTopContributorsResponse>,NetworkFlowMonitorResponse.Builder,SdkBuilder<GetQueryResultsWorkloadInsightsTopContributorsResponse.Builder,GetQueryResultsWorkloadInsightsTopContributorsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetQueryResultsWorkloadInsightsTopContributorsResponse
public static interface GetQueryResultsWorkloadInsightsTopContributorsResponse.Builder extends NetworkFlowMonitorResponse.Builder, SdkPojo, CopyableBuilder<GetQueryResultsWorkloadInsightsTopContributorsResponse.Builder,GetQueryResultsWorkloadInsightsTopContributorsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetQueryResultsWorkloadInsightsTopContributorsResponse.BuildernextToken(String nextToken)The token for the next set of results.GetQueryResultsWorkloadInsightsTopContributorsResponse.BuildertopContributors(Collection<WorkloadInsightsTopContributorsRow> topContributors)The top contributor network flows overall for a specific metric type, for example, the number of retransmissions.GetQueryResultsWorkloadInsightsTopContributorsResponse.BuildertopContributors(Consumer<WorkloadInsightsTopContributorsRow.Builder>... topContributors)The top contributor network flows overall for a specific metric type, for example, the number of retransmissions.GetQueryResultsWorkloadInsightsTopContributorsResponse.BuildertopContributors(WorkloadInsightsTopContributorsRow... topContributors)The top contributor network flows overall for a specific metric type, for example, the number of retransmissions.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.networkflowmonitor.model.NetworkFlowMonitorResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
topContributors
GetQueryResultsWorkloadInsightsTopContributorsResponse.Builder topContributors(Collection<WorkloadInsightsTopContributorsRow> topContributors)
The top contributor network flows overall for a specific metric type, for example, the number of retransmissions.
- Parameters:
topContributors- The top contributor network flows overall for a specific metric type, for example, the number of retransmissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topContributors
GetQueryResultsWorkloadInsightsTopContributorsResponse.Builder topContributors(WorkloadInsightsTopContributorsRow... topContributors)
The top contributor network flows overall for a specific metric type, for example, the number of retransmissions.
- Parameters:
topContributors- The top contributor network flows overall for a specific metric type, for example, the number of retransmissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topContributors
GetQueryResultsWorkloadInsightsTopContributorsResponse.Builder topContributors(Consumer<WorkloadInsightsTopContributorsRow.Builder>... topContributors)
The top contributor network flows overall for a specific metric type, for example, the number of retransmissions.
This is a convenience method that creates an instance of theWorkloadInsightsTopContributorsRow.Builderavoiding the need to create one manually viaWorkloadInsightsTopContributorsRow.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#topContributors(List.) - Parameters:
topContributors- a consumer that will call methods onWorkloadInsightsTopContributorsRow.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#topContributors(java.util.Collection)
-
nextToken
GetQueryResultsWorkloadInsightsTopContributorsResponse.Builder nextToken(String nextToken)
The token for the next set of results. You receive this token from a previous call.
- Parameters:
nextToken- The token for the next set of results. You receive this token from a previous call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-