Interface FilterSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FilterSummary.Builder,FilterSummary>, SdkBuilder<FilterSummary.Builder,FilterSummary>, SdkPojo
Enclosing class:
FilterSummary

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

    • name

      The name of the filter.

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

      FilterSummary.Builder filterArn(String filterArn)

      The ARN of the filter.

      Parameters:
      filterArn - The ARN of the filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationDateTime

      FilterSummary.Builder creationDateTime(Instant creationDateTime)

      The time at which the filter was created.

      Parameters:
      creationDateTime - The time at which the filter was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedDateTime

      FilterSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)

      The time at which the filter was last updated.

      Parameters:
      lastUpdatedDateTime - The time at which the filter was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datasetGroupArn

      FilterSummary.Builder datasetGroupArn(String datasetGroupArn)

      The ARN of the dataset group to which the filter belongs.

      Parameters:
      datasetGroupArn - The ARN of the dataset group to which the filter belongs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failureReason

      FilterSummary.Builder failureReason(String failureReason)

      If the filter failed, the reason for the failure.

      Parameters:
      failureReason - If the filter failed, the reason for the failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      FilterSummary.Builder status(String status)

      The status of the filter.

      Parameters:
      status - The status of the filter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.