Interface ManagedConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ManagedConfiguration.Builder,,ManagedConfiguration> SdkBuilder<ManagedConfiguration.Builder,,ManagedConfiguration> SdkPojo
- Enclosing class:
ManagedConfiguration
@Mutable
@NotThreadSafe
public static interface ManagedConfiguration.Builder
extends SdkPojo, CopyableBuilder<ManagedConfiguration.Builder,ManagedConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionmanagedStorageType(String managedStorageType) The storage type of the model package.managedStorageType(ManagedStorageType managedStorageType) The storage type of the model package.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
-
managedStorageType
The storage type of the model package.
- Parameters:
managedStorageType- The storage type of the model package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
managedStorageType
The storage type of the model package.
- Parameters:
managedStorageType- The storage type of the model package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-