Interface GenerateQueryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudTrailResponse.Builder
,CopyableBuilder<GenerateQueryResponse.Builder,
,GenerateQueryResponse> SdkBuilder<GenerateQueryResponse.Builder,
,GenerateQueryResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GenerateQueryResponse
@Mutable
@NotThreadSafe
public static interface GenerateQueryResponse.Builder
extends CloudTrailResponse.Builder, SdkPojo, CopyableBuilder<GenerateQueryResponse.Builder,GenerateQueryResponse>
-
Method Summary
Modifier and TypeMethodDescriptioneventDataStoreOwnerAccountId
(String eventDataStoreOwnerAccountId) The account ID of the event data store owner.queryAlias
(String queryAlias) An alias that identifies the prompt.queryStatement
(String queryStatement) The SQL query statement generated from the prompt.Methods inherited from interface software.amazon.awssdk.services.cloudtrail.model.CloudTrailResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
queryStatement
The SQL query statement generated from the prompt.
- Parameters:
queryStatement
- The SQL query statement generated from the prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryAlias
An alias that identifies the prompt. When you run the
StartQuery
operation, you can pass in either theQueryAlias
orQueryStatement
parameter.- Parameters:
queryAlias
- An alias that identifies the prompt. When you run theStartQuery
operation, you can pass in either theQueryAlias
orQueryStatement
parameter.- 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.
-