Interface ListPolicyEventsRequest.Builder

  • Method Details

    • policyArn

      Sets the value of the PolicyArn property for this object.
      Parameters:
      policyArn - The new value for the PolicyArn property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eventTypesWithStrings

      ListPolicyEventsRequest.Builder eventTypesWithStrings(Collection<String> eventTypes)

      The type of events to include in the results.

      Parameters:
      eventTypes - The type of events to include in the results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eventTypesWithStrings

      ListPolicyEventsRequest.Builder eventTypesWithStrings(String... eventTypes)

      The type of events to include in the results.

      Parameters:
      eventTypes - The type of events to include in the results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eventTypes

      The type of events to include in the results.

      Parameters:
      eventTypes - The type of events to include in the results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eventTypes

      The type of events to include in the results.

      Parameters:
      eventTypes - The type of events to include in the results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startTime

      The start time for filtering events.

      Parameters:
      startTime - The start time for filtering events.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      The end time for filtering events.

      Parameters:
      endTime - The end time for filtering events.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListPolicyEventsRequest.Builder maxResults(Integer maxResults)
      Sets the value of the MaxResults property for this object.
      Parameters:
      maxResults - The new value for the MaxResults property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      Sets the value of the NextToken property for this object.
      Parameters:
      nextToken - The new value for the NextToken property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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