Interface TrainedModelExportsMaxSize.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TrainedModelExportsMaxSize.Builder,,TrainedModelExportsMaxSize> SdkBuilder<TrainedModelExportsMaxSize.Builder,,TrainedModelExportsMaxSize> SdkPojo
- Enclosing class:
TrainedModelExportsMaxSize
@Mutable
@NotThreadSafe
public static interface TrainedModelExportsMaxSize.Builder
extends SdkPojo, CopyableBuilder<TrainedModelExportsMaxSize.Builder,TrainedModelExportsMaxSize>
-
Method Summary
Modifier and TypeMethodDescriptionThe unit of measurement for the data size.The unit of measurement for the data size.The maximum size of the dataset to export.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
unit
The unit of measurement for the data size.
- Parameters:
unit- The unit of measurement for the data size.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unit
The unit of measurement for the data size.
- Parameters:
unit- The unit of measurement for the data size.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The maximum size of the dataset to export.
- Parameters:
value- The maximum size of the dataset to export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-