Interface LineageSqlQueryRunDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LineageSqlQueryRunDetails.Builder,,LineageSqlQueryRunDetails> SdkBuilder<LineageSqlQueryRunDetails.Builder,,LineageSqlQueryRunDetails> SdkPojo
- Enclosing class:
LineageSqlQueryRunDetails
@Mutable
@NotThreadSafe
public static interface LineageSqlQueryRunDetails.Builder
extends SdkPojo, CopyableBuilder<LineageSqlQueryRunDetails.Builder,LineageSqlQueryRunDetails>
-
Method Summary
Modifier and TypeMethodDescriptionerrorMessages(String... errorMessages) The error message of the SQL query run details of a data lineage run.errorMessages(Collection<String> errorMessages) The error message of the SQL query run details of a data lineage run.numQueriesFailed(Integer numQueriesFailed) The number of queries that failed in the SQL query run details of a data lineage run.queryEndTime(Instant queryEndTime) The query end time in the SQL query run details of a data lineage run.queryStartTime(Instant queryStartTime) The query start time in the SQL query run details of a data lineage run.totalQueriesProcessed(Integer totalQueriesProcessed) The total queries processed in the SQL query run details of a data lineage run.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
-
errorMessages
The error message of the SQL query run details of a data lineage run.
- Parameters:
errorMessages- The error message of the SQL query run details of a data lineage run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessages
The error message of the SQL query run details of a data lineage run.
- Parameters:
errorMessages- The error message of the SQL query run details of a data lineage run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numQueriesFailed
The number of queries that failed in the SQL query run details of a data lineage run.
- Parameters:
numQueriesFailed- The number of queries that failed in the SQL query run details of a data lineage run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryEndTime
The query end time in the SQL query run details of a data lineage run.
- Parameters:
queryEndTime- The query end time in the SQL query run details of a data lineage run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryStartTime
The query start time in the SQL query run details of a data lineage run.
- Parameters:
queryStartTime- The query start time in the SQL query run details of a data lineage run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalQueriesProcessed
The total queries processed in the SQL query run details of a data lineage run.
- Parameters:
totalQueriesProcessed- The total queries processed in the SQL query run details of a data lineage run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-