Interface ExecutionAttempt.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExecutionAttempt.Builder,
,ExecutionAttempt> SdkBuilder<ExecutionAttempt.Builder,
,ExecutionAttempt> SdkPojo
- Enclosing class:
ExecutionAttempt
@Mutable
@NotThreadSafe
public static interface ExecutionAttempt.Builder
extends SdkPojo, CopyableBuilder<ExecutionAttempt.Builder,ExecutionAttempt>
-
Method Summary
Modifier and TypeMethodDescriptioncolumnStatisticsTaskRunId
(String columnStatisticsTaskRunId) A task run ID for the last column statistics task run.errorMessage
(String errorMessage) An error message associated with the last column statistics task run.executionTimestamp
(Instant executionTimestamp) A timestamp when the last column statistics task run occurred.The status of the last column statistics task run.status
(ExecutionStatus status) The status of the last column statistics task 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 Details
-
status
The status of the last column statistics task run.
- Parameters:
status
- The status of the last column statistics task run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the last column statistics task run.
- Parameters:
status
- The status of the last column statistics task run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
columnStatisticsTaskRunId
A task run ID for the last column statistics task run.
- Parameters:
columnStatisticsTaskRunId
- A task run ID for the last column statistics task run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionTimestamp
A timestamp when the last column statistics task run occurred.
- Parameters:
executionTimestamp
- A timestamp when the last column statistics task run occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
An error message associated with the last column statistics task run.
- Parameters:
errorMessage
- An error message associated with the last column statistics task run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-