Interface QuerySummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<QuerySummary.Builder,,QuerySummary> SdkBuilder<QuerySummary.Builder,,QuerySummary> SdkPojo
- Enclosing class:
QuerySummary
@Mutable
@NotThreadSafe
public static interface QuerySummary.Builder
extends SdkPojo, CopyableBuilder<QuerySummary.Builder,QuerySummary>
-
Method Summary
Modifier and TypeMethodDescriptioncompletedAt(Instant completedAt) The date and time when the query reached a terminal state, in Unix epoch time.The unique identifier for the query execution.The current query status.status(QueryStatus status) The current query status.submittedAt(Instant submittedAt) The date and time when the query was submitted, in Unix epoch time.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
queryId
The unique identifier for the query execution.
- Parameters:
queryId- The unique identifier for the query execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current query status.
- Parameters:
status- The current query status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current query status.
- Parameters:
status- The current query status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
submittedAt
The date and time when the query was submitted, in Unix epoch time.
- Parameters:
submittedAt- The date and time when the query was submitted, in Unix epoch time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completedAt
The date and time when the query reached a terminal state, in Unix epoch time.
- Parameters:
completedAt- The date and time when the query reached a terminal state, in Unix epoch time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-