public static interface DescribeStorageSystemResourceMetricsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<DescribeStorageSystemResourceMetricsRequest.Builder,DescribeStorageSystemResourceMetricsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeStorageSystemResourceMetricsRequest.Builder |
discoveryJobArn(String discoveryJobArn)
Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your
on-premises storage system.
|
DescribeStorageSystemResourceMetricsRequest.Builder |
endTime(Instant endTime)
Specifies a time within the total duration that the discovery job ran.
|
DescribeStorageSystemResourceMetricsRequest.Builder |
maxResults(Integer maxResults)
Specifies how many results that you want in the response.
|
DescribeStorageSystemResourceMetricsRequest.Builder |
nextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
|
DescribeStorageSystemResourceMetricsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeStorageSystemResourceMetricsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeStorageSystemResourceMetricsRequest.Builder |
resourceId(String resourceId)
Specifies the universally unique identifier (UUID) of the storage system resource that you want information
about.
|
DescribeStorageSystemResourceMetricsRequest.Builder |
resourceType(DiscoveryResourceType resourceType)
Specifies the kind of storage system resource that you want information about.
|
DescribeStorageSystemResourceMetricsRequest.Builder |
resourceType(String resourceType)
Specifies the kind of storage system resource that you want information about.
|
DescribeStorageSystemResourceMetricsRequest.Builder |
startTime(Instant startTime)
Specifies a time within the total duration that the discovery job ran.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeStorageSystemResourceMetricsRequest.Builder discoveryJobArn(String discoveryJobArn)
Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your on-premises storage system.
discoveryJobArn - Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your
on-premises storage system.DescribeStorageSystemResourceMetricsRequest.Builder resourceType(String resourceType)
Specifies the kind of storage system resource that you want information about.
resourceType - Specifies the kind of storage system resource that you want information about.DiscoveryResourceType,
DiscoveryResourceTypeDescribeStorageSystemResourceMetricsRequest.Builder resourceType(DiscoveryResourceType resourceType)
Specifies the kind of storage system resource that you want information about.
resourceType - Specifies the kind of storage system resource that you want information about.DiscoveryResourceType,
DiscoveryResourceTypeDescribeStorageSystemResourceMetricsRequest.Builder resourceId(String resourceId)
Specifies the universally unique identifier (UUID) of the storage system resource that you want information about.
resourceId - Specifies the universally unique identifier (UUID) of the storage system resource that you want
information about.DescribeStorageSystemResourceMetricsRequest.Builder startTime(Instant startTime)
Specifies a time within the total duration that the discovery job ran. To see information gathered during a
certain time frame, use this parameter with EndTime.
startTime - Specifies a time within the total duration that the discovery job ran. To see information gathered
during a certain time frame, use this parameter with EndTime.DescribeStorageSystemResourceMetricsRequest.Builder endTime(Instant endTime)
Specifies a time within the total duration that the discovery job ran. To see information gathered during a
certain time frame, use this parameter with StartTime.
endTime - Specifies a time within the total duration that the discovery job ran. To see information gathered
during a certain time frame, use this parameter with StartTime.DescribeStorageSystemResourceMetricsRequest.Builder maxResults(Integer maxResults)
Specifies how many results that you want in the response.
maxResults - Specifies how many results that you want in the response.DescribeStorageSystemResourceMetricsRequest.Builder nextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
nextToken - Specifies an opaque string that indicates the position to begin the next list of results in the
response.DescribeStorageSystemResourceMetricsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeStorageSystemResourceMetricsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.