Interface ListOperationEventsRequest.Builder

  • Method Details

    • operationId

      ListOperationEventsRequest.Builder operationId(String operationId)

      The ID of the operation.

      Parameters:
      operationId - The ID of the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

      If you do not specify a value for MaxResults, the request returns 50 items per page by default.

      Parameters:
      maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

      If you do not specify a value for MaxResults, the request returns 50 items per page by default.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The token to use to retrieve the next page of results. This value is null when there are no more results to return.

      Parameters:
      nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      Optionally specify filters to narrow the returned operation event items.

      Valid filter names include status, resourceID, and resourceType. The valid operator for all three filters is Equals.

      Parameters:
      filters - Optionally specify filters to narrow the returned operation event items.

      Valid filter names include status, resourceID, and resourceType . The valid operator for all three filters is Equals.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      Optionally specify filters to narrow the returned operation event items.

      Valid filter names include status, resourceID, and resourceType. The valid operator for all three filters is Equals.

      Parameters:
      filters - Optionally specify filters to narrow the returned operation event items.

      Valid filter names include status, resourceID, and resourceType . The valid operator for all three filters is Equals.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      Optionally specify filters to narrow the returned operation event items.

      Valid filter names include status, resourceID, and resourceType. The valid operator for all three filters is Equals.

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

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

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

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