Interface ListMembersRequest.Builder

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

public static interface ListMembersRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<ListMembersRequest.Builder,ListMembersRequest>
  • Method Details

    • maxResults

      ListMembersRequest.Builder maxResults(Integer maxResults)

      The maximum number of items to include in each page of a paginated response.

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

      ListMembersRequest.Builder nextToken(String nextToken)

      The nextToken string that specifies which page of results to return in a paginated response.

      Parameters:
      nextToken - The nextToken string that specifies which page of results to return in a paginated response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • onlyAssociated

      ListMembersRequest.Builder onlyAssociated(String onlyAssociated)

      Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false.

      Parameters:
      onlyAssociated - Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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