Interface ListInvitationsRequest.Builder

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

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

    • nextToken

      ListInvitationsRequest.Builder nextToken(String nextToken)

      For requests to retrieve the next page of results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token.

      Parameters:
      nextToken - For requests to retrieve the next page of results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListInvitationsRequest.Builder maxResults(Integer maxResults)

      The maximum number of behavior graph invitations to return in the response. The total must be less than the overall limit on the number of results to return, which is currently 200.

      Parameters:
      maxResults - The maximum number of behavior graph invitations to return in the response. The total must be less than the overall limit on the number of results to return, which is currently 200.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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