Interface ListDiscoveryJobsRequest.Builder

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

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

    • storageSystemArn

      ListDiscoveryJobsRequest.Builder storageSystemArn(String storageSystemArn)

      Specifies the Amazon Resource Name (ARN) of an on-premises storage system. Use this parameter if you only want to list the discovery jobs that are associated with a specific storage system.

      Parameters:
      storageSystemArn - Specifies the Amazon Resource Name (ARN) of an on-premises storage system. Use this parameter if you only want to list the discovery jobs that are associated with a specific storage system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListDiscoveryJobsRequest.Builder maxResults(Integer maxResults)

      Specifies how many results you want in the response.

      Parameters:
      maxResults - Specifies how many results 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

      ListDiscoveryJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration 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.