Interface GetMembersRequest.Builder

  • Method Details

    • graphArn

      GetMembersRequest.Builder graphArn(String graphArn)

      The ARN of the behavior graph for which to request the member details.

      Parameters:
      graphArn - The ARN of the behavior graph for which to request the member details.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountIds

      GetMembersRequest.Builder accountIds(Collection<String> accountIds)

      The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.

      You cannot use GetMembers to retrieve information about member accounts that were removed from the behavior graph.

      Parameters:
      accountIds - The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.

      You cannot use GetMembers to retrieve information about member accounts that were removed from the behavior graph.

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

      GetMembersRequest.Builder accountIds(String... accountIds)

      The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.

      You cannot use GetMembers to retrieve information about member accounts that were removed from the behavior graph.

      Parameters:
      accountIds - The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.

      You cannot use GetMembers to retrieve information about member accounts that were removed from the behavior graph.

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

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