Interface ListExportJobsRequest.Builder

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

public static interface ListExportJobsRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<ListExportJobsRequest.Builder,ListExportJobsRequest>
  • Method Details

    • nextToken

      ListExportJobsRequest.Builder nextToken(String nextToken)

      The pagination token returned from a previous call to ListExportJobs to indicate the position in the list of export jobs.

      Parameters:
      nextToken - The pagination token returned from a previous call to ListExportJobs to indicate the position in the list of export jobs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pageSize

      Maximum number of export jobs to return at once. Use this parameter to paginate results. If additional export jobs exist beyond the specified limit, the NextToken element is sent in the response. Use the NextToken value in subsequent calls to ListExportJobs to retrieve additional export jobs.

      Parameters:
      pageSize - Maximum number of export jobs to return at once. Use this parameter to paginate results. If additional export jobs exist beyond the specified limit, the NextToken element is sent in the response. Use the NextToken value in subsequent calls to ListExportJobs to retrieve additional export jobs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exportSourceType

      ListExportJobsRequest.Builder exportSourceType(String exportSourceType)

      A value used to list export jobs that have a certain ExportSourceType.

      Parameters:
      exportSourceType - A value used to list export jobs that have a certain ExportSourceType.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • exportSourceType

      ListExportJobsRequest.Builder exportSourceType(ExportSourceType exportSourceType)

      A value used to list export jobs that have a certain ExportSourceType.

      Parameters:
      exportSourceType - A value used to list export jobs that have a certain ExportSourceType.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobStatus

      ListExportJobsRequest.Builder jobStatus(String jobStatus)

      A value used to list export jobs that have a certain JobStatus.

      Parameters:
      jobStatus - A value used to list export jobs that have a certain JobStatus.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobStatus

      A value used to list export jobs that have a certain JobStatus.

      Parameters:
      jobStatus - A value used to list export jobs that have a certain JobStatus.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

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