Interface UpdateWorkflowRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateWorkflowRequest.Builder,,UpdateWorkflowRequest> OmicsRequest.Builder,SdkBuilder<UpdateWorkflowRequest.Builder,,UpdateWorkflowRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateWorkflowRequest
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description for the workflow.The workflow's ID.A name for the workflow.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's README file.storageCapacity(Integer storageCapacity) The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version.storageType(String storageType) The default storage type for runs that use this workflow.storageType(StorageType storageType) The default storage type for runs that use this workflow.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
-
id
The workflow's ID.
- Parameters:
id- The workflow's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A name for the workflow.
- Parameters:
name- A name for the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description for the workflow.
- Parameters:
description- A description for the workflow.- 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. STATIC storage allocates a fixed amount of storage. DYNAMIC storage dynamically scales the storage up or down, based on file system utilization. For more information about static and dynamic storage, see Running workflows in the Amazon Web Services HealthOmics User Guide.
- Parameters:
storageType- The default storage type for runs that use this workflow. STATIC storage allocates a fixed amount of storage. DYNAMIC storage dynamically scales the storage up or down, based on file system utilization. For more information about static and dynamic storage, see Running workflows 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. STATIC storage allocates a fixed amount of storage. DYNAMIC storage dynamically scales the storage up or down, based on file system utilization. For more information about static and dynamic storage, see Running workflows in the Amazon Web Services HealthOmics User Guide.
- Parameters:
storageType- The default storage type for runs that use this workflow. STATIC storage allocates a fixed amount of storage. DYNAMIC storage dynamically scales the storage up or down, based on file system utilization. For more information about static and dynamic storage, see Running workflows 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 or workflow version.
- Parameters:
storageCapacity- The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
readmeMarkdown
The markdown content for the workflow's README file. This provides documentation and usage information for users of the workflow.
- Parameters:
readmeMarkdown- The markdown content for the workflow's README file. This provides documentation and usage information for users of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateWorkflowRequest.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
UpdateWorkflowRequest.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.
-