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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageProfileSummary.BuilderdisplayName(String displayName)The display name of the storage profile summary to update.StorageProfileSummary.BuilderosFamily(String osFamily)The operating system (OS) family.StorageProfileSummary.BuilderosFamily(StorageProfileOperatingSystemFamily osFamily)The operating system (OS) family.StorageProfileSummary.BuilderstorageProfileId(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 Detail
-
displayName
StorageProfileSummary.Builder displayName(String 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
StorageProfileSummary.Builder osFamily(String 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:
StorageProfileOperatingSystemFamily,StorageProfileOperatingSystemFamily
-
osFamily
StorageProfileSummary.Builder osFamily(StorageProfileOperatingSystemFamily 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:
StorageProfileOperatingSystemFamily,StorageProfileOperatingSystemFamily
-
storageProfileId
StorageProfileSummary.Builder storageProfileId(String 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.
-
-