Interface DescribeExportTasksResponse.Builder

All Superinterfaces:
ApplicationDiscoveryResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<DescribeExportTasksResponse.Builder,DescribeExportTasksResponse>, SdkBuilder<DescribeExportTasksResponse.Builder,DescribeExportTasksResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeExportTasksResponse

  • Method Details

    • exportsInfo

      Contains one or more sets of export request details. When the status of a request is SUCCEEDED, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.

      Parameters:
      exportsInfo - Contains one or more sets of export request details. When the status of a request is SUCCEEDED, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exportsInfo

      DescribeExportTasksResponse.Builder exportsInfo(ExportInfo... exportsInfo)

      Contains one or more sets of export request details. When the status of a request is SUCCEEDED, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.

      Parameters:
      exportsInfo - Contains one or more sets of export request details. When the status of a request is SUCCEEDED, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exportsInfo

      Contains one or more sets of export request details. When the status of a request is SUCCEEDED, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.

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

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

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

      The nextToken value to include in a future DescribeExportTasks request. When the results of a DescribeExportTasks request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

      Parameters:
      nextToken - The nextToken value to include in a future DescribeExportTasks request. When the results of a DescribeExportTasks request exceed maxResults, this value can be used to retrieve the next page of results. 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.