Interface StartQueryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartQueryRequest.Builder,StartQueryRequest>,InternetMonitorRequest.Builder,SdkBuilder<StartQueryRequest.Builder,StartQueryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartQueryRequest
public static interface StartQueryRequest.Builder extends InternetMonitorRequest.Builder, SdkPojo, CopyableBuilder<StartQueryRequest.Builder,StartQueryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartQueryRequest.BuilderendTime(Instant endTime)The timestamp that is the end of the period that you want to retrieve data for with your query.StartQueryRequest.BuilderfilterParameters(Collection<FilterParameter> filterParameters)TheFilterParametersfield that you use with Amazon CloudWatch Internet Monitor queries is a string the defines how you want a query to be filtered.StartQueryRequest.BuilderfilterParameters(Consumer<FilterParameter.Builder>... filterParameters)TheFilterParametersfield that you use with Amazon CloudWatch Internet Monitor queries is a string the defines how you want a query to be filtered.StartQueryRequest.BuilderfilterParameters(FilterParameter... filterParameters)TheFilterParametersfield that you use with Amazon CloudWatch Internet Monitor queries is a string the defines how you want a query to be filtered.StartQueryRequest.BuildermonitorName(String monitorName)The name of the monitor to query.StartQueryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartQueryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartQueryRequest.BuilderqueryType(String queryType)The type of query to run.StartQueryRequest.BuilderqueryType(QueryType queryType)The type of query to run.StartQueryRequest.BuilderstartTime(Instant startTime)The timestamp that is the beginning of the period that you want to retrieve data for with your 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.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
StartQueryRequest.Builder monitorName(String monitorName)
The name of the monitor to query.
- Parameters:
monitorName- The name of the monitor to query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
StartQueryRequest.Builder startTime(Instant startTime)
The timestamp that is the beginning of the period that you want to retrieve data for with your query.
- Parameters:
startTime- The timestamp that is the beginning of the period that you want to retrieve data for with your query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
StartQueryRequest.Builder endTime(Instant endTime)
The timestamp that is the end of the period that you want to retrieve data for with your query.
- Parameters:
endTime- The timestamp that is the end of the period that you want to retrieve data for with your query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryType
StartQueryRequest.Builder queryType(String queryType)
The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface:
-
MEASUREMENTS: TBD definition -
TOP_LOCATIONS: TBD definition -
TOP_LOCATION_DETAILS: TBD definition
For lists of the fields returned with each query type and more information about how each type of query is performed, see Using the Amazon CloudWatch Internet Monitor query interface in the Amazon CloudWatch Internet Monitor User Guide.
- Parameters:
queryType- The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface:-
MEASUREMENTS: TBD definition -
TOP_LOCATIONS: TBD definition -
TOP_LOCATION_DETAILS: TBD definition
For lists of the fields returned with each query type and more information about how each type of query is performed, see Using the Amazon CloudWatch Internet Monitor query interface in the Amazon CloudWatch Internet Monitor User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QueryType,QueryType
-
-
queryType
StartQueryRequest.Builder queryType(QueryType queryType)
The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface:
-
MEASUREMENTS: TBD definition -
TOP_LOCATIONS: TBD definition -
TOP_LOCATION_DETAILS: TBD definition
For lists of the fields returned with each query type and more information about how each type of query is performed, see Using the Amazon CloudWatch Internet Monitor query interface in the Amazon CloudWatch Internet Monitor User Guide.
- Parameters:
queryType- The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface:-
MEASUREMENTS: TBD definition -
TOP_LOCATIONS: TBD definition -
TOP_LOCATION_DETAILS: TBD definition
For lists of the fields returned with each query type and more information about how each type of query is performed, see Using the Amazon CloudWatch Internet Monitor query interface in the Amazon CloudWatch Internet Monitor User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QueryType,QueryType
-
-
filterParameters
StartQueryRequest.Builder filterParameters(Collection<FilterParameter> filterParameters)
The
FilterParametersfield that you use with Amazon CloudWatch Internet Monitor queries is a string the defines how you want a query to be filtered. The filter parameters that you can specify depend on the query type, since each query type returns a different set of Internet Monitor data.For more information about specifying filter parameters, see Using the Amazon CloudWatch Internet Monitor query interface in the Amazon CloudWatch Internet Monitor User Guide.
- Parameters:
filterParameters- TheFilterParametersfield that you use with Amazon CloudWatch Internet Monitor queries is a string the defines how you want a query to be filtered. The filter parameters that you can specify depend on the query type, since each query type returns a different set of Internet Monitor data.For more information about specifying filter parameters, see Using the Amazon CloudWatch Internet Monitor query interface in the Amazon CloudWatch Internet Monitor User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterParameters
StartQueryRequest.Builder filterParameters(FilterParameter... filterParameters)
The
FilterParametersfield that you use with Amazon CloudWatch Internet Monitor queries is a string the defines how you want a query to be filtered. The filter parameters that you can specify depend on the query type, since each query type returns a different set of Internet Monitor data.For more information about specifying filter parameters, see Using the Amazon CloudWatch Internet Monitor query interface in the Amazon CloudWatch Internet Monitor User Guide.
- Parameters:
filterParameters- TheFilterParametersfield that you use with Amazon CloudWatch Internet Monitor queries is a string the defines how you want a query to be filtered. The filter parameters that you can specify depend on the query type, since each query type returns a different set of Internet Monitor data.For more information about specifying filter parameters, see Using the Amazon CloudWatch Internet Monitor query interface in the Amazon CloudWatch Internet Monitor User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterParameters
StartQueryRequest.Builder filterParameters(Consumer<FilterParameter.Builder>... filterParameters)
The
FilterParametersfield that you use with Amazon CloudWatch Internet Monitor queries is a string the defines how you want a query to be filtered. The filter parameters that you can specify depend on the query type, since each query type returns a different set of Internet Monitor data.For more information about specifying filter parameters, see Using the Amazon CloudWatch Internet Monitor query interface in the Amazon CloudWatch Internet Monitor User Guide.
This is a convenience method that creates an instance of theFilterParameter.Builderavoiding the need to create one manually viaFilterParameter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filterParameters(List.) - Parameters:
filterParameters- a consumer that will call methods onFilterParameter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filterParameters(java.util.Collection)
-
overrideConfiguration
StartQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-