Interface DescribeStorageSystemResourcesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DescribeStorageSystemResourcesRequest.Builder,DescribeStorageSystemResourcesRequest>, DataSyncRequest.Builder, SdkBuilder<DescribeStorageSystemResourcesRequest.Builder,DescribeStorageSystemResourcesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeStorageSystemResourcesRequest

public static interface DescribeStorageSystemResourcesRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<DescribeStorageSystemResourcesRequest.Builder,DescribeStorageSystemResourcesRequest>
  • Method Details

    • discoveryJobArn

      DescribeStorageSystemResourcesRequest.Builder discoveryJobArn(String discoveryJobArn)

      Specifies the Amazon Resource Name (ARN) of the discovery job that's collecting data from your on-premises storage system.

      Parameters:
      discoveryJobArn - Specifies the Amazon Resource Name (ARN) of the discovery job that's collecting data from your on-premises storage system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceType

      Specifies what kind of storage system resources that you want information about.

      Parameters:
      resourceType - Specifies what kind of storage system resources that you want information about.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceType

      Specifies what kind of storage system resources that you want information about.

      Parameters:
      resourceType - Specifies what kind of storage system resources that you want information about.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceIds

      Specifies the universally unique identifiers (UUIDs) of the storage system resources that you want information about. You can't use this parameter in combination with the Filter parameter.

      Parameters:
      resourceIds - Specifies the universally unique identifiers (UUIDs) of the storage system resources that you want information about. You can't use this parameter in combination with the Filter parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceIds

      Specifies the universally unique identifiers (UUIDs) of the storage system resources that you want information about. You can't use this parameter in combination with the Filter parameter.

      Parameters:
      resourceIds - Specifies the universally unique identifiers (UUIDs) of the storage system resources that you want information about. You can't use this parameter in combination with the Filter parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filterWithStrings

      Filters the storage system resources that you want returned. For example, this might be volumes associated with a specific storage virtual machine (SVM).

      Parameters:
      filter - Filters the storage system resources that you want returned. For example, this might be volumes associated with a specific storage virtual machine (SVM).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filter

      Filters the storage system resources that you want returned. For example, this might be volumes associated with a specific storage virtual machine (SVM).

      Parameters:
      filter - Filters the storage system resources that you want returned. For example, this might be volumes associated with a specific storage virtual machine (SVM).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      Specifies the maximum number of storage system resources that you want to list in a response.

      Parameters:
      maxResults - Specifies the maximum number of storage system resources that you want to list in a 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.