public static interface DescribeStorageSystemResourceMetricsResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeStorageSystemResourceMetricsResponse.Builder,DescribeStorageSystemResourceMetricsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeStorageSystemResourceMetricsResponse.Builder |
metrics(Collection<ResourceMetrics> metrics)
The details that your discovery job collected about your storage system resource.
|
DescribeStorageSystemResourceMetricsResponse.Builder |
metrics(Consumer<ResourceMetrics.Builder>... metrics)
The details that your discovery job collected about your storage system resource.
|
DescribeStorageSystemResourceMetricsResponse.Builder |
metrics(ResourceMetrics... metrics)
The details that your discovery job collected about your storage system resource.
|
DescribeStorageSystemResourceMetricsResponse.Builder |
nextToken(String nextToken)
The opaque string that indicates the position to begin the next list of results in the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeStorageSystemResourceMetricsResponse.Builder metrics(Collection<ResourceMetrics> metrics)
The details that your discovery job collected about your storage system resource.
metrics - The details that your discovery job collected about your storage system resource.DescribeStorageSystemResourceMetricsResponse.Builder metrics(ResourceMetrics... metrics)
The details that your discovery job collected about your storage system resource.
metrics - The details that your discovery job collected about your storage system resource.DescribeStorageSystemResourceMetricsResponse.Builder metrics(Consumer<ResourceMetrics.Builder>... metrics)
The details that your discovery job collected about your storage system resource.
This is a convenience method that creates an instance of theResourceMetrics.Builder avoiding the need to create
one manually via ResourceMetrics.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #metrics(List.
metrics - a consumer that will call methods on
ResourceMetrics.Builder#metrics(java.util.Collection) DescribeStorageSystemResourceMetricsResponse.Builder nextToken(String nextToken)
The opaque string that indicates the position to begin the next list of results in the response.
nextToken - The opaque string that indicates the position to begin the next list of results in the response.Copyright © 2023. All rights reserved.