public static interface UpdateWorkflowRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkflowRequest.Builder,UpdateWorkflowRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkflowRequest.Builder |
description(String description)
A description for the workflow.
|
UpdateWorkflowRequest.Builder |
id(String id)
The workflow's ID.
|
UpdateWorkflowRequest.Builder |
name(String name)
A name for the workflow.
|
UpdateWorkflowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateWorkflowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWorkflowRequest.Builder id(String id)
The workflow's ID.
id - The workflow's ID.UpdateWorkflowRequest.Builder name(String name)
A name for the workflow.
name - A name for the workflow.UpdateWorkflowRequest.Builder description(String description)
A description for the workflow.
description - A description for the workflow.UpdateWorkflowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateWorkflowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.