Interface DescribeStorageSystemResourceMetricsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeStorageSystemResourceMetricsRequest.Builder,
,DescribeStorageSystemResourceMetricsRequest> DataSyncRequest.Builder
,SdkBuilder<DescribeStorageSystemResourceMetricsRequest.Builder,
,DescribeStorageSystemResourceMetricsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeStorageSystemResourceMetricsRequest
-
Method Summary
Modifier and TypeMethodDescriptiondiscoveryJobArn
(String discoveryJobArn) Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your on-premises storage system.Specifies a time within the total duration that the discovery job ran.maxResults
(Integer maxResults) Specifies how many results that you want in the response.Specifies an opaque string that indicates the position to begin the next list of results in the response.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceId
(String resourceId) Specifies the universally unique identifier (UUID) of the storage system resource that you want information about.resourceType
(String resourceType) Specifies the kind of storage system resource that you want information about.resourceType
(DiscoveryResourceType resourceType) Specifies the kind of storage system resource that you want information about.Specifies a time within the total duration that the discovery job ran.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datasync.model.DataSyncRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
discoveryJobArn
Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your on-premises storage system.
- Parameters:
discoveryJobArn
- Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your on-premises storage system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
Specifies the kind of storage system resource that you want information about.
- Parameters:
resourceType
- Specifies the kind of storage system resource that you want information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
DescribeStorageSystemResourceMetricsRequest.Builder resourceType(DiscoveryResourceType resourceType) Specifies the kind of storage system resource that you want information about.
- Parameters:
resourceType
- Specifies the kind of storage system resource that you want information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceId
Specifies the universally unique identifier (UUID) of the storage system resource that you want information about.
- Parameters:
resourceId
- Specifies the universally unique identifier (UUID) of the storage system resource that you want information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
.- Parameters:
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 withEndTime
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
.- Parameters:
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 withStartTime
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Specifies how many results that you want in the response.
- Parameters:
maxResults
- Specifies how many results that you want in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Specifies an opaque string that indicates the position to begin the next list of results in the response.
- Parameters:
nextToken
- Specifies an opaque string that indicates the position to begin the next list of results in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeStorageSystemResourceMetricsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeStorageSystemResourceMetricsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-