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) Amazon Web Services Id of the owner of the workflow.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.omics.model.OmicsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
workflowId
The workflow's ID.
- Parameters:
workflowId
- The workflow's ID.- 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
Amazon Web Services Id of the owner of the workflow.
- Parameters:
workflowOwnerId
- Amazon Web Services Id of the owner of the workflow.- 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-