Interface UpdateWorkflowVersionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateWorkflowVersionRequest.Builder,,UpdateWorkflowVersionRequest> OmicsRequest.Builder,SdkBuilder<UpdateWorkflowVersionRequest.Builder,,UpdateWorkflowVersionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateWorkflowVersionRequest
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Description of the workflow version.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.readmeMarkdown(String readmeMarkdown) The markdown content for the workflow version's README file.storageCapacity(Integer storageCapacity) The default static storage capacity (in gibibytes) for runs that use this workflow version.storageType(String storageType) The default storage type for runs that use this workflow version.storageType(StorageType storageType) The default storage type for runs that use this workflow version.versionName(String versionName) The name of the workflow version.workflowId(String workflowId) The workflow's ID.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 name of the workflow version.
- Parameters:
versionName- The name of the workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Description of the workflow version.
- Parameters:
description- Description of the workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageType
The default storage type for runs that use this workflow version. The
storageTypecan be overridden at run time.DYNAMICstorage dynamically scales the storage up or down, based on file system utilization. STATIC storage allocates a fixed amount of storage. For more information about dynamic and static storage types, see Run storage types in the in the Amazon Web Services HealthOmics User Guide .- Parameters:
storageType- The default storage type for runs that use this workflow version. ThestorageTypecan be overridden at run time.DYNAMICstorage dynamically scales the storage up or down, based on file system utilization. STATIC storage allocates a fixed amount of storage. For more information about dynamic and static storage types, see Run storage types in the in the Amazon Web Services HealthOmics User Guide .- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
storageType
The default storage type for runs that use this workflow version. The
storageTypecan be overridden at run time.DYNAMICstorage dynamically scales the storage up or down, based on file system utilization. STATIC storage allocates a fixed amount of storage. For more information about dynamic and static storage types, see Run storage types in the in the Amazon Web Services HealthOmics User Guide .- Parameters:
storageType- The default storage type for runs that use this workflow version. ThestorageTypecan be overridden at run time.DYNAMICstorage dynamically scales the storage up or down, based on file system utilization. STATIC storage allocates a fixed amount of storage. For more information about dynamic and static storage types, see Run storage types in the in the Amazon Web Services HealthOmics User Guide .- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
storageCapacity
The default static storage capacity (in gibibytes) for runs that use this workflow version. The
storageCapacitycan be overwritten at run time. The storage capacity is not required for runs with aDYNAMICstorage type.- Parameters:
storageCapacity- The default static storage capacity (in gibibytes) for runs that use this workflow version. ThestorageCapacitycan be overwritten at run time. The storage capacity is not required for runs with aDYNAMICstorage type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
readmeMarkdown
The markdown content for the workflow version's README file. This provides documentation and usage information for users of this specific workflow version.
- Parameters:
readmeMarkdown- The markdown content for the workflow version's README file. This provides documentation and usage information for users of this specific workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateWorkflowVersionRequest.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
UpdateWorkflowVersionRequest.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.
-