Uses of Interface
software.amazon.awssdk.services.transfer.model.DescribeExecutionResponse.Builder
-
Packages that use DescribeExecutionResponse.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of DescribeExecutionResponse.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return DescribeExecutionResponse.Builder Modifier and Type Method Description static DescribeExecutionResponse.BuilderDescribeExecutionResponse. builder()default DescribeExecutionResponse.BuilderDescribeExecutionResponse.Builder. execution(Consumer<DescribedExecution.Builder> execution)The structure that contains the details of the workflow' execution.DescribeExecutionResponse.BuilderDescribeExecutionResponse.Builder. execution(DescribedExecution execution)The structure that contains the details of the workflow' execution.DescribeExecutionResponse.BuilderDescribeExecutionResponse. toBuilder()DescribeExecutionResponse.BuilderDescribeExecutionResponse.Builder. workflowId(String workflowId)A unique identifier for the workflow.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type DescribeExecutionResponse.Builder Modifier and Type Method Description static Class<? extends DescribeExecutionResponse.Builder>DescribeExecutionResponse. serializableBuilderClass()
-