Interface DescribeExecutionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeExecutionRequest.Builder,DescribeExecutionRequest>,SdkBuilder<DescribeExecutionRequest.Builder,DescribeExecutionRequest>,SdkPojo,SdkRequest.Builder,SnowDeviceManagementRequest.Builder
- Enclosing class:
- DescribeExecutionRequest
public static interface DescribeExecutionRequest.Builder extends SnowDeviceManagementRequest.Builder, SdkPojo, CopyableBuilder<DescribeExecutionRequest.Builder,DescribeExecutionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeExecutionRequest.BuildermanagedDeviceId(String managedDeviceId)The ID of the managed device.DescribeExecutionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeExecutionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeExecutionRequest.BuildertaskId(String taskId)The ID of the task that the action is describing.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.snowdevicemanagement.model.SnowDeviceManagementRequest.Builder
build
-
-
-
-
Method Detail
-
managedDeviceId
DescribeExecutionRequest.Builder managedDeviceId(String managedDeviceId)
The ID of the managed device.
- Parameters:
managedDeviceId- The ID of the managed device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskId
DescribeExecutionRequest.Builder taskId(String taskId)
The ID of the task that the action is describing.
- Parameters:
taskId- The ID of the task that the action is describing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-