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