Interface ExtractionDefinitionSummary.Builder

  • Method Details

    • name

      The name of the extraction definition.

      Parameters:
      name - The name of the extraction definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • extractionDefinitionId

      ExtractionDefinitionSummary.Builder extractionDefinitionId(String extractionDefinitionId)

      The identifier of the extraction definition.

      Parameters:
      extractionDefinitionId - The identifier of the extraction definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • extractionDefinitionArn

      ExtractionDefinitionSummary.Builder extractionDefinitionArn(String extractionDefinitionArn)

      The Amazon Resource Name (ARN) of the extraction definition.

      Parameters:
      extractionDefinitionArn - The Amazon Resource Name (ARN) of the extraction definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTime

      ExtractionDefinitionSummary.Builder createdTime(Instant createdTime)

      The timestamp when the extraction definition was created.

      Parameters:
      createdTime - The timestamp when the extraction definition was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedTime

      ExtractionDefinitionSummary.Builder lastUpdatedTime(Instant lastUpdatedTime)

      The timestamp when the extraction definition was last updated.

      Parameters:
      lastUpdatedTime - The timestamp when the extraction definition was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedBy

      ExtractionDefinitionSummary.Builder lastUpdatedBy(String lastUpdatedBy)

      The Amazon Resource Name (ARN) of the user who last updated the extraction definition.

      Parameters:
      lastUpdatedBy - The Amazon Resource Name (ARN) of the user who last updated the extraction definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.