Interface StorageProfileSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StorageProfileSummary.Builder,
,StorageProfileSummary> SdkBuilder<StorageProfileSummary.Builder,
,StorageProfileSummary> SdkPojo
- Enclosing class:
StorageProfileSummary
@Mutable
@NotThreadSafe
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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
displayName
The display name of the storage profile summary to update.
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
- Parameters:
displayName
- The display name of the storage profile summary to update.This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
- 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:
-