Interface ListReceiptRuleSetsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListReceiptRuleSetsResponse.Builder,ListReceiptRuleSetsResponse>, SdkBuilder<ListReceiptRuleSetsResponse.Builder,ListReceiptRuleSetsResponse>, SdkPojo, SdkResponse.Builder, SesResponse.Builder
Enclosing class:
ListReceiptRuleSetsResponse

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

    • ruleSets

      The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

      Parameters:
      ruleSets - The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ruleSets

      The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

      Parameters:
      ruleSets - The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ruleSets

      The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

      This is a convenience method that creates an instance of the ReceiptRuleSetMetadata.Builder avoiding the need to create one manually via ReceiptRuleSetMetadata.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to ruleSets(List<ReceiptRuleSetMetadata>).

      Parameters:
      ruleSets - a consumer that will call methods on ReceiptRuleSetMetadata.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

      Parameters:
      nextToken - A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.