public static interface NetAppONTAPVolume.Builder extends SdkPojo, CopyableBuilder<NetAppONTAPVolume.Builder,NetAppONTAPVolume>
| Modifier and Type | Method and Description |
|---|---|
NetAppONTAPVolume.Builder |
capacityProvisioned(Long capacityProvisioned)
The total storage space that's available in the volume.
|
NetAppONTAPVolume.Builder |
capacityUsed(Long capacityUsed)
The storage space that's being used in the volume.
|
NetAppONTAPVolume.Builder |
cifsShareCount(Long cifsShareCount)
The number of CIFS shares in the volume.
|
NetAppONTAPVolume.Builder |
logicalCapacityUsed(Long logicalCapacityUsed)
The storage space that's being used in the volume without accounting for compression or deduplication.
|
default NetAppONTAPVolume.Builder |
maxP95Performance(Consumer<MaxP95Performance.Builder> maxP95Performance)
The performance data that DataSync Discovery collects about the volume.
|
NetAppONTAPVolume.Builder |
maxP95Performance(MaxP95Performance maxP95Performance)
The performance data that DataSync Discovery collects about the volume.
|
NetAppONTAPVolume.Builder |
nfsExported(Boolean nfsExported)
The number of NFS volumes in the volume.
|
NetAppONTAPVolume.Builder |
recommendations(Collection<Recommendation> recommendations)
The Amazon Web Services storage services that DataSync Discovery recommends for the volume.
|
NetAppONTAPVolume.Builder |
recommendations(Consumer<Recommendation.Builder>... recommendations)
The Amazon Web Services storage services that DataSync Discovery recommends for the volume.
|
NetAppONTAPVolume.Builder |
recommendations(Recommendation... recommendations)
The Amazon Web Services storage services that DataSync Discovery recommends for the volume.
|
NetAppONTAPVolume.Builder |
recommendationStatus(RecommendationStatus recommendationStatus)
Indicates whether DataSync Discovery recommendations for the volume are ready to view, incomplete, or can't
be determined.
|
NetAppONTAPVolume.Builder |
recommendationStatus(String recommendationStatus)
Indicates whether DataSync Discovery recommendations for the volume are ready to view, incomplete, or can't
be determined.
|
NetAppONTAPVolume.Builder |
resourceId(String resourceId)
The universally unique identifier (UUID) of the volume.
|
NetAppONTAPVolume.Builder |
securityStyle(String securityStyle)
The volume's security style (such as Unix or NTFS).
|
NetAppONTAPVolume.Builder |
snapshotCapacityUsed(Long snapshotCapacityUsed)
The amount of storage in the volume that's being used for snapshots.
|
NetAppONTAPVolume.Builder |
svmName(String svmName)
The name of the SVM associated with the volume.
|
NetAppONTAPVolume.Builder |
svmUuid(String svmUuid)
The UUID of the storage virtual machine (SVM) associated with the volume.
|
NetAppONTAPVolume.Builder |
volumeName(String volumeName)
The name of the volume.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetAppONTAPVolume.Builder volumeName(String volumeName)
The name of the volume.
volumeName - The name of the volume.NetAppONTAPVolume.Builder resourceId(String resourceId)
The universally unique identifier (UUID) of the volume.
resourceId - The universally unique identifier (UUID) of the volume.NetAppONTAPVolume.Builder cifsShareCount(Long cifsShareCount)
The number of CIFS shares in the volume.
cifsShareCount - The number of CIFS shares in the volume.NetAppONTAPVolume.Builder securityStyle(String securityStyle)
The volume's security style (such as Unix or NTFS).
securityStyle - The volume's security style (such as Unix or NTFS).NetAppONTAPVolume.Builder svmUuid(String svmUuid)
The UUID of the storage virtual machine (SVM) associated with the volume.
svmUuid - The UUID of the storage virtual machine (SVM) associated with the volume.NetAppONTAPVolume.Builder svmName(String svmName)
The name of the SVM associated with the volume.
svmName - The name of the SVM associated with the volume.NetAppONTAPVolume.Builder capacityUsed(Long capacityUsed)
The storage space that's being used in the volume.
capacityUsed - The storage space that's being used in the volume.NetAppONTAPVolume.Builder capacityProvisioned(Long capacityProvisioned)
The total storage space that's available in the volume.
capacityProvisioned - The total storage space that's available in the volume.NetAppONTAPVolume.Builder logicalCapacityUsed(Long logicalCapacityUsed)
The storage space that's being used in the volume without accounting for compression or deduplication.
logicalCapacityUsed - The storage space that's being used in the volume without accounting for compression or deduplication.NetAppONTAPVolume.Builder nfsExported(Boolean nfsExported)
The number of NFS volumes in the volume.
nfsExported - The number of NFS volumes in the volume.NetAppONTAPVolume.Builder snapshotCapacityUsed(Long snapshotCapacityUsed)
The amount of storage in the volume that's being used for snapshots.
snapshotCapacityUsed - The amount of storage in the volume that's being used for snapshots.NetAppONTAPVolume.Builder maxP95Performance(MaxP95Performance maxP95Performance)
The performance data that DataSync Discovery collects about the volume.
maxP95Performance - The performance data that DataSync Discovery collects about the volume.default NetAppONTAPVolume.Builder maxP95Performance(Consumer<MaxP95Performance.Builder> maxP95Performance)
The performance data that DataSync Discovery collects about the volume.
This is a convenience method that creates an instance of theMaxP95Performance.Builder avoiding the
need to create one manually via MaxP95Performance.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to maxP95Performance(MaxP95Performance).
maxP95Performance - a consumer that will call methods on MaxP95Performance.BuildermaxP95Performance(MaxP95Performance)NetAppONTAPVolume.Builder recommendations(Collection<Recommendation> recommendations)
The Amazon Web Services storage services that DataSync Discovery recommends for the volume. For more information, see Recommendations provided by DataSync Discovery.
recommendations - The Amazon Web Services storage services that DataSync Discovery recommends for the volume. For more
information, see Recommendations provided by DataSync Discovery.NetAppONTAPVolume.Builder recommendations(Recommendation... recommendations)
The Amazon Web Services storage services that DataSync Discovery recommends for the volume. For more information, see Recommendations provided by DataSync Discovery.
recommendations - The Amazon Web Services storage services that DataSync Discovery recommends for the volume. For more
information, see Recommendations provided by DataSync Discovery.NetAppONTAPVolume.Builder recommendations(Consumer<Recommendation.Builder>... recommendations)
The Amazon Web Services storage services that DataSync Discovery recommends for the volume. For more information, see Recommendations provided by DataSync Discovery.
This is a convenience method that creates an instance of theRecommendation.Builder avoiding the need to create one
manually via Recommendation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #recommendations(List.
recommendations - a consumer that will call methods on
Recommendation.Builder#recommendations(java.util.Collection) NetAppONTAPVolume.Builder recommendationStatus(String recommendationStatus)
Indicates whether DataSync Discovery recommendations for the volume are ready to view, incomplete, or can't be determined.
For more information, see Recommendation statuses.
recommendationStatus - Indicates whether DataSync Discovery recommendations for the volume are ready to view, incomplete, or
can't be determined.
For more information, see Recommendation statuses.
RecommendationStatus,
RecommendationStatusNetAppONTAPVolume.Builder recommendationStatus(RecommendationStatus recommendationStatus)
Indicates whether DataSync Discovery recommendations for the volume are ready to view, incomplete, or can't be determined.
For more information, see Recommendation statuses.
recommendationStatus - Indicates whether DataSync Discovery recommendations for the volume are ready to view, incomplete, or
can't be determined.
For more information, see Recommendation statuses.
RecommendationStatus,
RecommendationStatusCopyright © 2023. All rights reserved.