Interface DescribeExecutionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeExecutionResponse.Builder,
,DescribeExecutionResponse> SdkBuilder<DescribeExecutionResponse.Builder,
,DescribeExecutionResponse> SdkPojo
,SdkResponse.Builder
,SnowDeviceManagementResponse.Builder
- Enclosing class:
DescribeExecutionResponse
@Mutable
@NotThreadSafe
public static interface DescribeExecutionResponse.Builder
extends SnowDeviceManagementResponse.Builder, SdkPojo, CopyableBuilder<DescribeExecutionResponse.Builder,DescribeExecutionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionexecutionId
(String executionId) The ID of the execution.lastUpdatedAt
(Instant lastUpdatedAt) When the status of the execution was last updated.managedDeviceId
(String managedDeviceId) The ID of the managed device that the task is being executed on.When the execution began.The current state of the execution.state
(ExecutionState state) The current state of the execution.The ID of the task being executed on the device.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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.snowdevicemanagement.model.SnowDeviceManagementResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
executionId
The ID of the execution.
- Parameters:
executionId
- The ID of the execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
When the status of the execution was last updated.
- Parameters:
lastUpdatedAt
- When the status of the execution was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedDeviceId
The ID of the managed device that the task is being executed on.
- Parameters:
managedDeviceId
- The ID of the managed device that the task is being executed on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedAt
When the execution began.
- Parameters:
startedAt
- When the execution began.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The current state of the execution.
- Parameters:
state
- The current state of the execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The current state of the execution.
- Parameters:
state
- The current state of the execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
taskId
The ID of the task being executed on the device.
- Parameters:
taskId
- The ID of the task being executed on the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-