public static interface GetWorkflowResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetWorkflowResponse.Builder,GetWorkflowResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetWorkflowResponse.Builder |
workflow(Consumer<Workflow.Builder> workflow)
The resource metadata for the workflow.
|
GetWorkflowResponse.Builder |
workflow(Workflow workflow)
The resource metadata for the workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWorkflowResponse.Builder workflow(Workflow workflow)
The resource metadata for the workflow.
workflow - The resource metadata for the workflow.default GetWorkflowResponse.Builder workflow(Consumer<Workflow.Builder> workflow)
The resource metadata for the workflow.
This is a convenience that creates an instance of theWorkflow.Builder avoiding the need to create
one manually via Workflow.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to workflow(Workflow).workflow - a consumer that will call methods on Workflow.Builderworkflow(Workflow)Copyright © 2021. All rights reserved.