Interface StartQueryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartQueryRequest.Builder,,StartQueryRequest> IoTSiteWiseRequest.Builder,SdkBuilder<StartQueryRequest.Builder,,StartQueryRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
StartQueryRequest
@Mutable
@NotThreadSafe
public static interface StartQueryRequest.Builder
extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<StartQueryRequest.Builder,StartQueryRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.queryStatement(String queryStatement) The SQL query to execute against the workspace telemetry, annotations, data segment, and dataset data.workspaceName(String workspaceName) The name of the workspace to query.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
clientToken
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
- Parameters:
clientToken- A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceName
The name of the workspace to query.
- Parameters:
workspaceName- The name of the workspace to query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryStatement
The SQL query to execute against the workspace telemetry, annotations, data segment, and dataset data.
- Parameters:
queryStatement- The SQL query to execute against the workspace telemetry, annotations, data segment, and dataset data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-