Class UpdateWorkflowVersionRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateWorkflowVersionRequest.Builder,UpdateWorkflowVersionRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringDescription of the workflow version.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) Used to retrieve the value of a field from any class that extendsSdkRequest.final inthashCode()final StringThe markdown content for the workflow version's README file.static Class<? extends UpdateWorkflowVersionRequest.Builder> final IntegerThe default static storage capacity (in gibibytes) for runs that use this workflow version.final StorageTypeThe default storage type for runs that use this workflow version.final StringThe default storage type for runs that use this workflow version.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final StringThe name of the workflow version.final StringThe workflow's ID.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
workflowId
The workflow's ID. The
workflowIdis not the UUID.- Returns:
- The workflow's ID. The
workflowIdis not the UUID.
-
versionName
The name of the workflow version.
- Returns:
- The name of the workflow version.
-
description
Description of the workflow version.
- Returns:
- Description of the workflow version.
-
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 .If the service returns an enum value that is not available in the current SDK version,
storageTypewill returnStorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstorageTypeAsString().- Returns:
- 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 . - See Also:
-
storageTypeAsString
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 .If the service returns an enum value that is not available in the current SDK version,
storageTypewill returnStorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstorageTypeAsString().- Returns:
- 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 . - 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.- Returns:
- 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.
-
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:
- The markdown content for the workflow version's README file. This provides documentation and usage information for users of this specific workflow version.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateWorkflowVersionRequest.Builder,UpdateWorkflowVersionRequest> - Specified by:
toBuilderin classOmicsRequest- Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
Description copied from class:SdkRequestUsed to retrieve the value of a field from any class that extendsSdkRequest. The field name specified should match the member name from the corresponding service-2.json model specified in the codegen-resources folder for a given service. The class specifies what class to cast the returned value to. If the returned value is also a modeled class, theSdkRequest.getValueForField(String, Class)method will again be available.- Overrides:
getValueForFieldin classSdkRequest- Parameters:
fieldName- The name of the member to be retrieved.clazz- The class to cast the returned object to.- Returns:
- Optional containing the casted return value
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-