Interface MemberChangeSpecification.Builder

  • Method Details

    • accountId

      The Amazon Web Services account ID of the member to add to the collaboration.

      Parameters:
      accountId - The Amazon Web Services account ID of the member to add to the collaboration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • memberAbilitiesWithStrings

      MemberChangeSpecification.Builder memberAbilitiesWithStrings(Collection<String> memberAbilities)

      The abilities granted to the collaboration member. These determine what actions the member can perform within the collaboration.

      The following values are currently not supported: CAN_QUERY, CAN_RECEIVE_RESULTS, and CAN_RUN_JOB.

      Set the value of memberAbilities to [] to allow a member to contribute data.

      Parameters:
      memberAbilities - The abilities granted to the collaboration member. These determine what actions the member can perform within the collaboration.

      The following values are currently not supported: CAN_QUERY, CAN_RECEIVE_RESULTS, and CAN_RUN_JOB.

      Set the value of memberAbilities to [] to allow a member to contribute data.

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

      MemberChangeSpecification.Builder memberAbilitiesWithStrings(String... memberAbilities)

      The abilities granted to the collaboration member. These determine what actions the member can perform within the collaboration.

      The following values are currently not supported: CAN_QUERY, CAN_RECEIVE_RESULTS, and CAN_RUN_JOB.

      Set the value of memberAbilities to [] to allow a member to contribute data.

      Parameters:
      memberAbilities - The abilities granted to the collaboration member. These determine what actions the member can perform within the collaboration.

      The following values are currently not supported: CAN_QUERY, CAN_RECEIVE_RESULTS, and CAN_RUN_JOB.

      Set the value of memberAbilities to [] to allow a member to contribute data.

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

      MemberChangeSpecification.Builder memberAbilities(Collection<MemberAbility> memberAbilities)

      The abilities granted to the collaboration member. These determine what actions the member can perform within the collaboration.

      The following values are currently not supported: CAN_QUERY, CAN_RECEIVE_RESULTS, and CAN_RUN_JOB.

      Set the value of memberAbilities to [] to allow a member to contribute data.

      Parameters:
      memberAbilities - The abilities granted to the collaboration member. These determine what actions the member can perform within the collaboration.

      The following values are currently not supported: CAN_QUERY, CAN_RECEIVE_RESULTS, and CAN_RUN_JOB.

      Set the value of memberAbilities to [] to allow a member to contribute data.

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

      MemberChangeSpecification.Builder memberAbilities(MemberAbility... memberAbilities)

      The abilities granted to the collaboration member. These determine what actions the member can perform within the collaboration.

      The following values are currently not supported: CAN_QUERY, CAN_RECEIVE_RESULTS, and CAN_RUN_JOB.

      Set the value of memberAbilities to [] to allow a member to contribute data.

      Parameters:
      memberAbilities - The abilities granted to the collaboration member. These determine what actions the member can perform within the collaboration.

      The following values are currently not supported: CAN_QUERY, CAN_RECEIVE_RESULTS, and CAN_RUN_JOB.

      Set the value of memberAbilities to [] to allow a member to contribute data.

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

      MemberChangeSpecification.Builder displayName(String displayName)

      Specifies the display name that will be shown for this member in the collaboration. While this field is required when inviting new members, it becomes optional when modifying abilities of existing collaboration members.

      Parameters:
      displayName - Specifies the display name that will be shown for this member in the collaboration. While this field is required when inviting new members, it becomes optional when modifying abilities of existing collaboration members.
      Returns:
      Returns a reference to this object so that method calls can be chained together.