Interface StorageProfileSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StorageProfileSummary.Builder,
,StorageProfileSummary> SdkBuilder<StorageProfileSummary.Builder,
,StorageProfileSummary> SdkPojo
- Enclosing class:
StorageProfileSummary
public static interface StorageProfileSummary.Builder
extends SdkPojo, CopyableBuilder<StorageProfileSummary.Builder,StorageProfileSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondisplayName
(String displayName) The display name of the storage profile summary to update.The operating system (OS) family.osFamily
(StorageProfileOperatingSystemFamily osFamily) The operating system (OS) family.storageProfileId
(String storageProfileId) The storage profile ID.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, sdkFields
-
Method Details
-
displayName
The display name of the storage profile summary to update.
- Parameters:
displayName
- The display name of the storage profile summary to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
osFamily
The operating system (OS) family.
- Parameters:
osFamily
- The operating system (OS) family.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
osFamily
The operating system (OS) family.
- Parameters:
osFamily
- The operating system (OS) family.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
storageProfileId
The storage profile ID.
- Parameters:
storageProfileId
- The storage profile ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-