Interface DescribeAutomationJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAutomationJobResponse.Builder,,DescribeAutomationJobResponse> QuickSightResponse.Builder,SdkBuilder<DescribeAutomationJobResponse.Builder,,DescribeAutomationJobResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeAutomationJobResponse
@Mutable
@NotThreadSafe
public static interface DescribeAutomationJobResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeAutomationJobResponse.Builder,DescribeAutomationJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the automation job.The time that the automation job was created.The time that the automation job finished running.inputPayload(String inputPayload) The input payload that was provided when the automation job was started.The current status of the automation job.jobStatus(AutomationJobStatus jobStatus) The current status of the automation job.outputPayload(String outputPayload) The output payload that was generated by the automation job.The Amazon Web Services request ID for this operation.The time that the automation job started running.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the automation job.
- Parameters:
arn- The Amazon Resource Name (ARN) of the automation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time that the automation job was created.
- Parameters:
createdAt- The time that the automation job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedAt
The time that the automation job started running.
- Parameters:
startedAt- The time that the automation job started running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endedAt
The time that the automation job finished running.
- Parameters:
endedAt- The time that the automation job finished running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStatus
The current status of the automation job.
- Parameters:
jobStatus- The current status of the automation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The current status of the automation job.
- Parameters:
jobStatus- The current status of the automation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
inputPayload
The input payload that was provided when the automation job was started. This field is only included when
IncludeInputPayloadis set totruein the request.- Parameters:
inputPayload- The input payload that was provided when the automation job was started. This field is only included whenIncludeInputPayloadis set totruein the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputPayload
The output payload that was generated by the automation job. This field is only included when
IncludeOutputPayloadis set totruein the request.- Parameters:
outputPayload- The output payload that was generated by the automation job. This field is only included whenIncludeOutputPayloadis set totruein the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-