Interface DescribeStorageSystemResourcesRequest.Builder

    • Method Detail

      • 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.
      • resourceIds

        DescribeStorageSystemResourcesRequest.Builder resourceIds​(Collection<String> 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

        DescribeStorageSystemResourcesRequest.Builder resourceIds​(String... 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

        DescribeStorageSystemResourcesRequest.Builder filterWithStrings​(Map<String,​? extends Collection<String>> 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.
      • filter

        DescribeStorageSystemResourcesRequest.Builder filter​(Map<DiscoveryResourceFilter,​? extends Collection<String>> 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

        DescribeStorageSystemResourcesRequest.Builder maxResults​(Integer 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

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