Interface GetQueryResultsMonitorTopContributorsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetQueryResultsMonitorTopContributorsRequest.Builder,GetQueryResultsMonitorTopContributorsRequest>,NetworkFlowMonitorRequest.Builder,SdkBuilder<GetQueryResultsMonitorTopContributorsRequest.Builder,GetQueryResultsMonitorTopContributorsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetQueryResultsMonitorTopContributorsRequest
public static interface GetQueryResultsMonitorTopContributorsRequest.Builder extends NetworkFlowMonitorRequest.Builder, SdkPojo, CopyableBuilder<GetQueryResultsMonitorTopContributorsRequest.Builder,GetQueryResultsMonitorTopContributorsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetQueryResultsMonitorTopContributorsRequest.BuildermaxResults(Integer maxResults)The number of query results that you want to return with this call.GetQueryResultsMonitorTopContributorsRequest.BuildermonitorName(String monitorName)The name of the monitor.GetQueryResultsMonitorTopContributorsRequest.BuildernextToken(String nextToken)The token for the next set of results.GetQueryResultsMonitorTopContributorsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetQueryResultsMonitorTopContributorsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetQueryResultsMonitorTopContributorsRequest.BuilderqueryId(String queryId)The identifier for the query.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.networkflowmonitor.model.NetworkFlowMonitorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
monitorName
GetQueryResultsMonitorTopContributorsRequest.Builder monitorName(String monitorName)
The name of the monitor.
- Parameters:
monitorName- The name of the monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryId
GetQueryResultsMonitorTopContributorsRequest.Builder queryId(String queryId)
The identifier for the query. A query ID is an internally-generated identifier for a specific query returned from an API call to start a query.
- Parameters:
queryId- The identifier for the query. A query ID is an internally-generated identifier for a specific query returned from an API call to start a query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetQueryResultsMonitorTopContributorsRequest.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.
-
maxResults
GetQueryResultsMonitorTopContributorsRequest.Builder maxResults(Integer maxResults)
The number of query results that you want to return with this call.
- Parameters:
maxResults- The number of query results that you want to return with this call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetQueryResultsMonitorTopContributorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetQueryResultsMonitorTopContributorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-