public static interface NetAppONTAPCluster.Builder extends SdkPojo, CopyableBuilder<NetAppONTAPCluster.Builder,NetAppONTAPCluster>
| Modifier and Type | Method and Description |
|---|---|
NetAppONTAPCluster.Builder |
cifsShareCount(Long cifsShareCount)
The number of CIFS shares in the cluster.
|
NetAppONTAPCluster.Builder |
clusterBlockStorageLogicalUsed(Long clusterBlockStorageLogicalUsed)
The storage space that's being used in the cluster without accounting for compression or deduplication.
|
NetAppONTAPCluster.Builder |
clusterBlockStorageSize(Long clusterBlockStorageSize)
The total storage space that's available in the cluster.
|
NetAppONTAPCluster.Builder |
clusterBlockStorageUsed(Long clusterBlockStorageUsed)
The storage space that's being used in a cluster.
|
NetAppONTAPCluster.Builder |
clusterName(String clusterName)
The name of the cluster.
|
default NetAppONTAPCluster.Builder |
maxP95Performance(Consumer<MaxP95Performance.Builder> maxP95Performance)
The performance data that DataSync Discovery collects about the cluster.
|
NetAppONTAPCluster.Builder |
maxP95Performance(MaxP95Performance maxP95Performance)
The performance data that DataSync Discovery collects about the cluster.
|
NetAppONTAPCluster.Builder |
nfsExportedVolumes(Long nfsExportedVolumes)
The number of NFS volumes in the cluster.
|
NetAppONTAPCluster.Builder |
recommendations(Collection<Recommendation> recommendations)
The Amazon Web Services storage services that DataSync Discovery recommends for the cluster.
|
NetAppONTAPCluster.Builder |
recommendations(Consumer<Recommendation.Builder>... recommendations)
The Amazon Web Services storage services that DataSync Discovery recommends for the cluster.
|
NetAppONTAPCluster.Builder |
recommendations(Recommendation... recommendations)
The Amazon Web Services storage services that DataSync Discovery recommends for the cluster.
|
NetAppONTAPCluster.Builder |
recommendationStatus(RecommendationStatus recommendationStatus)
Indicates whether DataSync Discovery recommendations for the cluster are ready to view, incomplete, or can't
be determined.
|
NetAppONTAPCluster.Builder |
recommendationStatus(String recommendationStatus)
Indicates whether DataSync Discovery recommendations for the cluster are ready to view, incomplete, or can't
be determined.
|
NetAppONTAPCluster.Builder |
resourceId(String resourceId)
The universally unique identifier (UUID) of the cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetAppONTAPCluster.Builder cifsShareCount(Long cifsShareCount)
The number of CIFS shares in the cluster.
cifsShareCount - The number of CIFS shares in the cluster.NetAppONTAPCluster.Builder nfsExportedVolumes(Long nfsExportedVolumes)
The number of NFS volumes in the cluster.
nfsExportedVolumes - The number of NFS volumes in the cluster.NetAppONTAPCluster.Builder resourceId(String resourceId)
The universally unique identifier (UUID) of the cluster.
resourceId - The universally unique identifier (UUID) of the cluster.NetAppONTAPCluster.Builder clusterName(String clusterName)
The name of the cluster.
clusterName - The name of the cluster.NetAppONTAPCluster.Builder maxP95Performance(MaxP95Performance maxP95Performance)
The performance data that DataSync Discovery collects about the cluster.
maxP95Performance - The performance data that DataSync Discovery collects about the cluster.default NetAppONTAPCluster.Builder maxP95Performance(Consumer<MaxP95Performance.Builder> maxP95Performance)
The performance data that DataSync Discovery collects about the cluster.
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)NetAppONTAPCluster.Builder clusterBlockStorageSize(Long clusterBlockStorageSize)
The total storage space that's available in the cluster.
clusterBlockStorageSize - The total storage space that's available in the cluster.NetAppONTAPCluster.Builder clusterBlockStorageUsed(Long clusterBlockStorageUsed)
The storage space that's being used in a cluster.
clusterBlockStorageUsed - The storage space that's being used in a cluster.NetAppONTAPCluster.Builder clusterBlockStorageLogicalUsed(Long clusterBlockStorageLogicalUsed)
The storage space that's being used in the cluster without accounting for compression or deduplication.
clusterBlockStorageLogicalUsed - The storage space that's being used in the cluster without accounting for compression or
deduplication.NetAppONTAPCluster.Builder recommendations(Collection<Recommendation> recommendations)
The Amazon Web Services storage services that DataSync Discovery recommends for the cluster. For more information, see Recommendations provided by DataSync Discovery.
recommendations - The Amazon Web Services storage services that DataSync Discovery recommends for the cluster. For more
information, see Recommendations provided by DataSync Discovery.NetAppONTAPCluster.Builder recommendations(Recommendation... recommendations)
The Amazon Web Services storage services that DataSync Discovery recommends for the cluster. For more information, see Recommendations provided by DataSync Discovery.
recommendations - The Amazon Web Services storage services that DataSync Discovery recommends for the cluster. For more
information, see Recommendations provided by DataSync Discovery.NetAppONTAPCluster.Builder recommendations(Consumer<Recommendation.Builder>... recommendations)
The Amazon Web Services storage services that DataSync Discovery recommends for the cluster. 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) NetAppONTAPCluster.Builder recommendationStatus(String recommendationStatus)
Indicates whether DataSync Discovery recommendations for the cluster are ready to view, incomplete, or can't be determined.
For more information, see Recommendation statuses.
recommendationStatus - Indicates whether DataSync Discovery recommendations for the cluster are ready to view, incomplete, or
can't be determined.
For more information, see Recommendation statuses.
RecommendationStatus,
RecommendationStatusNetAppONTAPCluster.Builder recommendationStatus(RecommendationStatus recommendationStatus)
Indicates whether DataSync Discovery recommendations for the cluster are ready to view, incomplete, or can't be determined.
For more information, see Recommendation statuses.
recommendationStatus - Indicates whether DataSync Discovery recommendations for the cluster are ready to view, incomplete, or
can't be determined.
For more information, see Recommendation statuses.
RecommendationStatus,
RecommendationStatusCopyright © 2023. All rights reserved.