Interface LineageSqlQueryRunDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LineageSqlQueryRunDetails.Builder,LineageSqlQueryRunDetails>,SdkBuilder<LineageSqlQueryRunDetails.Builder,LineageSqlQueryRunDetails>,SdkPojo
- Enclosing class:
- LineageSqlQueryRunDetails
public static interface LineageSqlQueryRunDetails.Builder extends SdkPojo, CopyableBuilder<LineageSqlQueryRunDetails.Builder,LineageSqlQueryRunDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LineageSqlQueryRunDetails.BuildererrorMessages(String... errorMessages)The error message of the SQL query run details of a data lineage run.LineageSqlQueryRunDetails.BuildererrorMessages(Collection<String> errorMessages)The error message of the SQL query run details of a data lineage run.LineageSqlQueryRunDetails.BuildernumQueriesFailed(Integer numQueriesFailed)The number of queries that failed in the SQL query run details of a data lineage run.LineageSqlQueryRunDetails.BuilderqueryEndTime(Instant queryEndTime)The query end time in the SQL query run details of a data lineage run.LineageSqlQueryRunDetails.BuilderqueryStartTime(Instant queryStartTime)The query start time in the SQL query run details of a data lineage run.LineageSqlQueryRunDetails.BuildertotalQueriesProcessed(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
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 Detail
-
errorMessages
LineageSqlQueryRunDetails.Builder errorMessages(Collection<String> 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
LineageSqlQueryRunDetails.Builder errorMessages(String... 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
LineageSqlQueryRunDetails.Builder numQueriesFailed(Integer 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
LineageSqlQueryRunDetails.Builder queryEndTime(Instant 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
LineageSqlQueryRunDetails.Builder queryStartTime(Instant 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
LineageSqlQueryRunDetails.Builder totalQueriesProcessed(Integer 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.
-
-