Interface GetQueryResultsMonitorTopContributorsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetQueryResultsMonitorTopContributorsResponse.Builder,GetQueryResultsMonitorTopContributorsResponse>,NetworkFlowMonitorResponse.Builder,SdkBuilder<GetQueryResultsMonitorTopContributorsResponse.Builder,GetQueryResultsMonitorTopContributorsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetQueryResultsMonitorTopContributorsResponse
public static interface GetQueryResultsMonitorTopContributorsResponse.Builder extends NetworkFlowMonitorResponse.Builder, SdkPojo, CopyableBuilder<GetQueryResultsMonitorTopContributorsResponse.Builder,GetQueryResultsMonitorTopContributorsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetQueryResultsMonitorTopContributorsResponse.BuildernextToken(String nextToken)The token for the next set of results.GetQueryResultsMonitorTopContributorsResponse.BuildertopContributors(Collection<MonitorTopContributorsRow> topContributors)The top contributor network flows overall for a specific metric type, for example, the number of retransmissions.GetQueryResultsMonitorTopContributorsResponse.BuildertopContributors(Consumer<MonitorTopContributorsRow.Builder>... topContributors)The top contributor network flows overall for a specific metric type, for example, the number of retransmissions.GetQueryResultsMonitorTopContributorsResponse.BuildertopContributors(MonitorTopContributorsRow... topContributors)The top contributor network flows overall for a specific metric type, for example, the number of retransmissions.GetQueryResultsMonitorTopContributorsResponse.Builderunit(String unit)The units for a metric returned by the query.GetQueryResultsMonitorTopContributorsResponse.Builderunit(MetricUnit unit)The units for a metric returned by the query.-
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
-
unit
GetQueryResultsMonitorTopContributorsResponse.Builder unit(String unit)
The units for a metric returned by the query.
- Parameters:
unit- The units for a metric returned by the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetricUnit,MetricUnit
-
unit
GetQueryResultsMonitorTopContributorsResponse.Builder unit(MetricUnit unit)
The units for a metric returned by the query.
- Parameters:
unit- The units for a metric returned by the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetricUnit,MetricUnit
-
topContributors
GetQueryResultsMonitorTopContributorsResponse.Builder topContributors(Collection<MonitorTopContributorsRow> 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
GetQueryResultsMonitorTopContributorsResponse.Builder topContributors(MonitorTopContributorsRow... 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
GetQueryResultsMonitorTopContributorsResponse.Builder topContributors(Consumer<MonitorTopContributorsRow.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 theMonitorTopContributorsRow.Builderavoiding the need to create one manually viaMonitorTopContributorsRow.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 onMonitorTopContributorsRow.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#topContributors(java.util.Collection)
-
nextToken
GetQueryResultsMonitorTopContributorsResponse.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.
-
-