Interface NetAppONTAPVolume.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NetAppONTAPVolume.Builder,NetAppONTAPVolume>,SdkBuilder<NetAppONTAPVolume.Builder,NetAppONTAPVolume>,SdkPojo
- Enclosing class:
- NetAppONTAPVolume
public static interface NetAppONTAPVolume.Builder extends SdkPojo, CopyableBuilder<NetAppONTAPVolume.Builder,NetAppONTAPVolume>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description NetAppONTAPVolume.BuildercapacityProvisioned(Long capacityProvisioned)The total storage space that's available in the volume.NetAppONTAPVolume.BuildercapacityUsed(Long capacityUsed)The storage space that's being used in the volume.NetAppONTAPVolume.BuildercifsShareCount(Long cifsShareCount)The number of CIFS shares in the volume.NetAppONTAPVolume.BuilderlogicalCapacityUsed(Long logicalCapacityUsed)The storage space that's being used in the volume without accounting for compression or deduplication.NetAppONTAPVolume.BuilderlunCount(Long lunCount)The number of LUNs (logical unit numbers) in the volume.default NetAppONTAPVolume.BuildermaxP95Performance(Consumer<MaxP95Performance.Builder> maxP95Performance)The performance data that DataSync Discovery collects about the volume.NetAppONTAPVolume.BuildermaxP95Performance(MaxP95Performance maxP95Performance)The performance data that DataSync Discovery collects about the volume.NetAppONTAPVolume.BuildernfsExported(Boolean nfsExported)The number of NFS volumes in the volume.NetAppONTAPVolume.Builderrecommendations(Collection<Recommendation> recommendations)The Amazon Web Services storage services that DataSync Discovery recommends for the volume.NetAppONTAPVolume.Builderrecommendations(Consumer<Recommendation.Builder>... recommendations)The Amazon Web Services storage services that DataSync Discovery recommends for the volume.NetAppONTAPVolume.Builderrecommendations(Recommendation... recommendations)The Amazon Web Services storage services that DataSync Discovery recommends for the volume.NetAppONTAPVolume.BuilderrecommendationStatus(String recommendationStatus)Indicates whether DataSync Discovery recommendations for the volume are ready to view, incomplete, or can't be determined.NetAppONTAPVolume.BuilderrecommendationStatus(RecommendationStatus recommendationStatus)Indicates whether DataSync Discovery recommendations for the volume are ready to view, incomplete, or can't be determined.NetAppONTAPVolume.BuilderresourceId(String resourceId)The universally unique identifier (UUID) of the volume.NetAppONTAPVolume.BuildersecurityStyle(String securityStyle)The volume's security style (such as Unix or NTFS).NetAppONTAPVolume.BuildersnapshotCapacityUsed(Long snapshotCapacityUsed)The amount of storage in the volume that's being used for snapshots.NetAppONTAPVolume.BuildersvmName(String svmName)The name of the SVM associated with the volume.NetAppONTAPVolume.BuildersvmUuid(String svmUuid)The UUID of the storage virtual machine (SVM) associated with the volume.NetAppONTAPVolume.BuildervolumeName(String volumeName)The name of the volume.-
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
-
volumeName
NetAppONTAPVolume.Builder volumeName(String volumeName)
The name of the volume.
- Parameters:
volumeName- The name of the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
NetAppONTAPVolume.Builder resourceId(String resourceId)
The universally unique identifier (UUID) of the volume.
- Parameters:
resourceId- The universally unique identifier (UUID) of the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cifsShareCount
NetAppONTAPVolume.Builder cifsShareCount(Long cifsShareCount)
The number of CIFS shares in the volume.
- Parameters:
cifsShareCount- The number of CIFS shares in the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityStyle
NetAppONTAPVolume.Builder securityStyle(String securityStyle)
The volume's security style (such as Unix or NTFS).
- Parameters:
securityStyle- The volume's security style (such as Unix or NTFS).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
svmUuid
NetAppONTAPVolume.Builder svmUuid(String svmUuid)
The UUID of the storage virtual machine (SVM) associated with the volume.
- Parameters:
svmUuid- The UUID of the storage virtual machine (SVM) associated with the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
svmName
NetAppONTAPVolume.Builder svmName(String svmName)
The name of the SVM associated with the volume.
- Parameters:
svmName- The name of the SVM associated with the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityUsed
NetAppONTAPVolume.Builder capacityUsed(Long capacityUsed)
The storage space that's being used in the volume.
- Parameters:
capacityUsed- The storage space that's being used in the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityProvisioned
NetAppONTAPVolume.Builder capacityProvisioned(Long capacityProvisioned)
The total storage space that's available in the volume.
- Parameters:
capacityProvisioned- The total storage space that's available in the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logicalCapacityUsed
NetAppONTAPVolume.Builder logicalCapacityUsed(Long logicalCapacityUsed)
The storage space that's being used in the volume without accounting for compression or deduplication.
- Parameters:
logicalCapacityUsed- The storage space that's being used in the volume without accounting for compression or deduplication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nfsExported
NetAppONTAPVolume.Builder nfsExported(Boolean nfsExported)
The number of NFS volumes in the volume.
- Parameters:
nfsExported- The number of NFS volumes in the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotCapacityUsed
NetAppONTAPVolume.Builder snapshotCapacityUsed(Long snapshotCapacityUsed)
The amount of storage in the volume that's being used for snapshots.
- Parameters:
snapshotCapacityUsed- The amount of storage in the volume that's being used for snapshots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxP95Performance
NetAppONTAPVolume.Builder maxP95Performance(MaxP95Performance maxP95Performance)
The performance data that DataSync Discovery collects about the volume.
- Parameters:
maxP95Performance- The performance data that DataSync Discovery collects about the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxP95Performance
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.Builderavoiding the need to create one manually viaMaxP95Performance.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomaxP95Performance(MaxP95Performance).- Parameters:
maxP95Performance- a consumer that will call methods onMaxP95Performance.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
maxP95Performance(MaxP95Performance)
-
recommendations
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.
- Parameters:
recommendations- The Amazon Web Services storage services that DataSync Discovery recommends for the volume. For more information, see Recommendations provided by DataSync Discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendations
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.
- Parameters:
recommendations- The Amazon Web Services storage services that DataSync Discovery recommends for the volume. For more information, see Recommendations provided by DataSync Discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendations
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.Builderavoiding the need to create one manually viaRecommendation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#recommendations(List.) - Parameters:
recommendations- a consumer that will call methods onRecommendation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#recommendations(java.util.Collection)
-
recommendationStatus
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecommendationStatus,RecommendationStatus
-
recommendationStatus
NetAppONTAPVolume.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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecommendationStatus,RecommendationStatus
-
lunCount
NetAppONTAPVolume.Builder lunCount(Long lunCount)
The number of LUNs (logical unit numbers) in the volume.
- Parameters:
lunCount- The number of LUNs (logical unit numbers) in the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-