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 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

      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 with EndTime.
      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 with StartTime.
      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

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.