Interface TrainedModelArtifactMaxSize.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TrainedModelArtifactMaxSize.Builder,
,TrainedModelArtifactMaxSize> SdkBuilder<TrainedModelArtifactMaxSize.Builder,
,TrainedModelArtifactMaxSize> SdkPojo
- Enclosing class:
TrainedModelArtifactMaxSize
@Mutable
@NotThreadSafe
public static interface TrainedModelArtifactMaxSize.Builder
extends SdkPojo, CopyableBuilder<TrainedModelArtifactMaxSize.Builder,TrainedModelArtifactMaxSize>
-
Method Summary
Modifier and TypeMethodDescriptionThe unit of measurement for the maximum artifact size.The unit of measurement for the maximum artifact size.The numerical value for the maximum artifact size limit.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
unit
The unit of measurement for the maximum artifact size. Valid values include common storage units such as bytes, kilobytes, megabytes, gigabytes, and terabytes.
- Parameters:
unit
- The unit of measurement for the maximum artifact size. Valid values include common storage units such as bytes, kilobytes, megabytes, gigabytes, and terabytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unit
The unit of measurement for the maximum artifact size. Valid values include common storage units such as bytes, kilobytes, megabytes, gigabytes, and terabytes.
- Parameters:
unit
- The unit of measurement for the maximum artifact size. Valid values include common storage units such as bytes, kilobytes, megabytes, gigabytes, and terabytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The numerical value for the maximum artifact size limit. This value is interpreted according to the specified unit.
- Parameters:
value
- The numerical value for the maximum artifact size limit. This value is interpreted according to the specified unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-