Interface ListImportJobsRequest.Builder

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

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

    • importDestinationType

      ListImportJobsRequest.Builder importDestinationType(String importDestinationType)

      The destination of the import job, which can be used to list import jobs that have a certain ImportDestinationType.

      Parameters:
      importDestinationType - The destination of the import job, which can be used to list import jobs that have a certain ImportDestinationType.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • importDestinationType

      ListImportJobsRequest.Builder importDestinationType(ImportDestinationType importDestinationType)

      The destination of the import job, which can be used to list import jobs that have a certain ImportDestinationType.

      Parameters:
      importDestinationType - The destination of the import job, which can be used to list import jobs that have a certain ImportDestinationType.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListImportJobsRequest.Builder nextToken(String nextToken)

      A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to ListImportJobs with the same parameters to retrieve the next page of import jobs.

      Parameters:
      nextToken - A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to ListImportJobs with the same parameters to retrieve the next page of import jobs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pageSize

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

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

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