Interface LookupEventsRequest.Builder

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

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

    • lookupAttributes

      LookupEventsRequest.Builder lookupAttributes(Collection<LookupAttribute> lookupAttributes)

      Contains a list of lookup attributes. Currently the list can contain only one item.

      Parameters:
      lookupAttributes - Contains a list of lookup attributes. Currently the list can contain only one item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lookupAttributes

      LookupEventsRequest.Builder lookupAttributes(LookupAttribute... lookupAttributes)

      Contains a list of lookup attributes. Currently the list can contain only one item.

      Parameters:
      lookupAttributes - Contains a list of lookup attributes. Currently the list can contain only one item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lookupAttributes

      LookupEventsRequest.Builder lookupAttributes(Consumer<LookupAttribute.Builder>... lookupAttributes)

      Contains a list of lookup attributes. Currently the list can contain only one item.

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

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

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

      LookupEventsRequest.Builder startTime(Instant startTime)

      Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.

      Parameters:
      startTime - Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.

      Parameters:
      endTime - Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eventCategory

      LookupEventsRequest.Builder eventCategory(String eventCategory)

      Specifies the event category. If you do not specify an event category, events of the category are not returned in the response. For example, if you do not specify insight as the value of EventCategory, no Insights events are returned.

      Parameters:
      eventCategory - Specifies the event category. If you do not specify an event category, events of the category are not returned in the response. For example, if you do not specify insight as the value of EventCategory, no Insights events are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • eventCategory

      LookupEventsRequest.Builder eventCategory(EventCategory eventCategory)

      Specifies the event category. If you do not specify an event category, events of the category are not returned in the response. For example, if you do not specify insight as the value of EventCategory, no Insights events are returned.

      Parameters:
      eventCategory - Specifies the event category. If you do not specify an event category, events of the category are not returned in the response. For example, if you do not specify insight as the value of EventCategory, no Insights events are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maxResults

      LookupEventsRequest.Builder maxResults(Integer maxResults)

      The number of events to return. Possible values are 1 through 50. The default is 50.

      Parameters:
      maxResults - The number of events to return. Possible values are 1 through 50. The default is 50.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      LookupEventsRequest.Builder nextToken(String nextToken)

      The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

      Parameters:
      nextToken - The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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