Interface DescribeExportTasksRequest.Builder

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

  • Method Details

    • exportIds

      One or more unique identifiers used to query the status of an export request.

      Parameters:
      exportIds - One or more unique identifiers used to query the status of an export request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exportIds

      DescribeExportTasksRequest.Builder exportIds(String... exportIds)

      One or more unique identifiers used to query the status of an export request.

      Parameters:
      exportIds - One or more unique identifiers used to query the status of an export request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      One or more filters.

      • AgentId - ID of the agent whose collected data will be exported

      Parameters:
      filters - One or more filters.

      • AgentId - ID of the agent whose collected data will be exported

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      One or more filters.

      • AgentId - ID of the agent whose collected data will be exported

      Parameters:
      filters - One or more filters.

      • AgentId - ID of the agent whose collected data will be exported

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      One or more filters.

      • AgentId - ID of the agent whose collected data will be exported

      This is a convenience method that creates an instance of the ExportFilter.Builder avoiding the need to create one manually via ExportFilter.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to filters(List<ExportFilter>).

      Parameters:
      filters - a consumer that will call methods on ExportFilter.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maxResults

      The maximum number of volume results returned by DescribeExportTasks in paginated output. When this parameter is used, DescribeExportTasks only returns maxResults results in a single page along with a nextToken response element.

      Parameters:
      maxResults - The maximum number of volume results returned by DescribeExportTasks in paginated output. When this parameter is used, DescribeExportTasks only returns maxResults results in a single page along with a nextToken response element.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The nextToken value returned from a previous paginated DescribeExportTasks request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

      Parameters:
      nextToken - The nextToken value returned from a previous paginated DescribeExportTasks request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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