Interface ListInvitationsRequest.Builder

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

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

    • maxResults

      ListInvitationsRequest.Builder maxResults(Integer maxResults)

      The maximum number of items to return in the response.

      Parameters:
      maxResults - The maximum number of items to return in the response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListInvitationsRequest.Builder nextToken(String nextToken)

      The token that is required for pagination. On your first call to the ListInvitations operation, set the value of this parameter to NULL.

      For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.

      Parameters:
      nextToken - The token that is required for pagination. On your first call to the ListInvitations operation, set the value of this parameter to NULL.

      For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.

      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.