Interface DescribeExportTasksResponse.Builder

    • Method Detail

      • marker

        DescribeExportTasksResponse.Builder marker​(String marker)

        A pagination token that can be used in a later DescribeExportTasks request. A marker is used for pagination to identify the location to begin output for the next response of DescribeExportTasks .

        Parameters:
        marker - A pagination token that can be used in a later DescribeExportTasks request. A marker is used for pagination to identify the location to begin output for the next response of DescribeExportTasks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exportTasks

        DescribeExportTasksResponse.Builder exportTasks​(Collection<ExportTask> exportTasks)

        Information about an export of a snapshot or cluster to Amazon S3.

        Parameters:
        exportTasks - Information about an export of a snapshot or cluster to Amazon S3.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exportTasks

        DescribeExportTasksResponse.Builder exportTasks​(ExportTask... exportTasks)

        Information about an export of a snapshot or cluster to Amazon S3.

        Parameters:
        exportTasks - Information about an export of a snapshot or cluster to Amazon S3.
        Returns:
        Returns a reference to this object so that method calls can be chained together.