Interface DescribeQueryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudTrailRequest.Builder
,CopyableBuilder<DescribeQueryRequest.Builder,
,DescribeQueryRequest> SdkBuilder<DescribeQueryRequest.Builder,
,DescribeQueryRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeQueryRequest
@Mutable
@NotThreadSafe
public static interface DescribeQueryRequest.Builder
extends CloudTrailRequest.Builder, SdkPojo, CopyableBuilder<DescribeQueryRequest.Builder,DescribeQueryRequest>
-
Method Summary
Modifier and TypeMethodDescriptioneventDataStore
(String eventDataStore) Deprecated.EventDataStore is no longer required by DescribeQueryRequesteventDataStoreOwnerAccountId
(String eventDataStoreOwnerAccountId) The account ID of the event data store owner.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.queryAlias
(String queryAlias) The alias that identifies a query template.The query ID.The ID of the dashboard refresh.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.cloudtrail.model.CloudTrailRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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 Details
-
eventDataStore
Deprecated.EventDataStore is no longer required by DescribeQueryRequestThe ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.
- Parameters:
eventDataStore
- The ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryId
The query ID.
- Parameters:
queryId
- The query ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryAlias
The alias that identifies a query template.
- Parameters:
queryAlias
- The alias that identifies a query template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
refreshId
The ID of the dashboard refresh.
- Parameters:
refreshId
- The ID of the dashboard refresh.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventDataStoreOwnerAccountId
The account ID of the event data store owner.
- Parameters:
eventDataStoreOwnerAccountId
- The account ID of the event data store owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-