Interface DescribeStorageSystemResourceMetricsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeStorageSystemResourceMetricsRequest.Builder,DescribeStorageSystemResourceMetricsRequest>,DataSyncRequest.Builder,SdkBuilder<DescribeStorageSystemResourceMetricsRequest.Builder,DescribeStorageSystemResourceMetricsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeStorageSystemResourceMetricsRequest
public static interface DescribeStorageSystemResourceMetricsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<DescribeStorageSystemResourceMetricsRequest.Builder,DescribeStorageSystemResourceMetricsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeStorageSystemResourceMetricsRequest.BuilderdiscoveryJobArn(String discoveryJobArn)Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your on-premises storage system.DescribeStorageSystemResourceMetricsRequest.BuilderendTime(Instant endTime)Specifies a time within the total duration that the discovery job ran.DescribeStorageSystemResourceMetricsRequest.BuildermaxResults(Integer maxResults)Specifies how many results that you want in the response.DescribeStorageSystemResourceMetricsRequest.BuildernextToken(String nextToken)Specifies an opaque string that indicates the position to begin the next list of results in the response.DescribeStorageSystemResourceMetricsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeStorageSystemResourceMetricsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeStorageSystemResourceMetricsRequest.BuilderresourceId(String resourceId)Specifies the universally unique identifier (UUID) of the storage system resource that you want information about.DescribeStorageSystemResourceMetricsRequest.BuilderresourceType(String resourceType)Specifies the kind of storage system resource that you want information about.DescribeStorageSystemResourceMetricsRequest.BuilderresourceType(DiscoveryResourceType resourceType)Specifies the kind of storage system resource that you want information about.DescribeStorageSystemResourceMetricsRequest.BuilderstartTime(Instant startTime)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 Detail
-
discoveryJobArn
DescribeStorageSystemResourceMetricsRequest.Builder discoveryJobArn(String 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
DescribeStorageSystemResourceMetricsRequest.Builder resourceType(String 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:
DiscoveryResourceType,DiscoveryResourceType
-
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:
DiscoveryResourceType,DiscoveryResourceType
-
resourceId
DescribeStorageSystemResourceMetricsRequest.Builder resourceId(String 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
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.- 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
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.- 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
DescribeStorageSystemResourceMetricsRequest.Builder maxResults(Integer 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
DescribeStorageSystemResourceMetricsRequest.Builder nextToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeStorageSystemResourceMetricsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-