public static interface GetWorkflowRunPropertiesRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetWorkflowRunPropertiesRequest.Builder,GetWorkflowRunPropertiesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowRunPropertiesRequest.Builder |
name(String name)
Name of the workflow which was run.
|
GetWorkflowRunPropertiesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetWorkflowRunPropertiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetWorkflowRunPropertiesRequest.Builder |
runId(String runId)
The ID of the workflow run whose run properties should be returned.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWorkflowRunPropertiesRequest.Builder name(String name)
Name of the workflow which was run.
name - Name of the workflow which was run.GetWorkflowRunPropertiesRequest.Builder runId(String runId)
The ID of the workflow run whose run properties should be returned.
runId - The ID of the workflow run whose run properties should be returned.GetWorkflowRunPropertiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetWorkflowRunPropertiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.