Interface BatchGetMemberAccountDetailsRequest.Builder

  • Method Details

    • membershipId

      Required element used in combination with BatchGetMemberAccountDetails to identify the membership ID to query.

      Parameters:
      membershipId - Required element used in combination with BatchGetMemberAccountDetails to identify the membership ID to query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountIds

      Optional element to query the membership relationship status to a provided list of account IDs.

      AWS account ID's may appear less than 12 characters and need to be zero-prepended. An example would be 123123123 which is nine digits, and with zero-prepend would be 000123123123. Not zero-prepending to 12 digits could result in errors.

      Parameters:
      accountIds - Optional element to query the membership relationship status to a provided list of account IDs.

      AWS account ID's may appear less than 12 characters and need to be zero-prepended. An example would be 123123123 which is nine digits, and with zero-prepend would be 000123123123. Not zero-prepending to 12 digits could result in errors.

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

      Optional element to query the membership relationship status to a provided list of account IDs.

      AWS account ID's may appear less than 12 characters and need to be zero-prepended. An example would be 123123123 which is nine digits, and with zero-prepend would be 000123123123. Not zero-prepending to 12 digits could result in errors.

      Parameters:
      accountIds - Optional element to query the membership relationship status to a provided list of account IDs.

      AWS account ID's may appear less than 12 characters and need to be zero-prepended. An example would be 123123123 which is nine digits, and with zero-prepend would be 000123123123. Not zero-prepending to 12 digits could result in errors.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.