Interface GetWorkflowVersionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetWorkflowVersionRequest.Builder,,GetWorkflowVersionRequest> OmicsRequest.Builder,SdkBuilder<GetWorkflowVersionRequest.Builder,,GetWorkflowVersionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetWorkflowVersionRequest
@Mutable
@NotThreadSafe
public static interface GetWorkflowVersionRequest.Builder
extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<GetWorkflowVersionRequest.Builder,GetWorkflowVersionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionexport(Collection<WorkflowExport> export) The export format for the workflow.export(WorkflowExport... export) The export format for the workflow.exportWithStrings(String... export) The export format for the workflow.exportWithStrings(Collection<String> export) The export format for the workflow.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The workflow's type.type(WorkflowType type) The workflow's type.versionName(String versionName) The workflow version name.workflowId(String workflowId) The workflow's ID.workflowOwnerId(String workflowOwnerId) The 12-digit account ID of the workflow owner.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.omics.model.OmicsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
workflowId
The workflow's ID. The
workflowIdis not the UUID.- Parameters:
workflowId- The workflow's ID. TheworkflowIdis not the UUID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionName
The workflow version name.
- Parameters:
versionName- The workflow version name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The workflow's type.
- Parameters:
type- The workflow's type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The workflow's type.
- Parameters:
type- The workflow's type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportWithStrings
The export format for the workflow.
- Parameters:
export- The export format for the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportWithStrings
The export format for the workflow.
- Parameters:
export- The export format for the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
export
The export format for the workflow.
- Parameters:
export- The export format for the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
export
The export format for the workflow.
- Parameters:
export- The export format for the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowOwnerId
The 12-digit account ID of the workflow owner. The workflow owner ID can be retrieved using the
GetShareAPI operation. If you are the workflow owner, you do not need to include this ID.- Parameters:
workflowOwnerId- The 12-digit account ID of the workflow owner. The workflow owner ID can be retrieved using theGetShareAPI operation. If you are the workflow owner, you do not need to include this ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetWorkflowVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetWorkflowVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-