Interface MemberSpecification.Builder

    • Method Detail

      • accountId

        MemberSpecification.Builder accountId​(String accountId)

        The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.

        Parameters:
        accountId - The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • memberAbilitiesWithStrings

        MemberSpecification.Builder memberAbilitiesWithStrings​(Collection<String> memberAbilities)

        The abilities granted to the collaboration member.

        Parameters:
        memberAbilities - The abilities granted to the collaboration member.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • memberAbilitiesWithStrings

        MemberSpecification.Builder memberAbilitiesWithStrings​(String... memberAbilities)

        The abilities granted to the collaboration member.

        Parameters:
        memberAbilities - The abilities granted to the collaboration member.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • memberAbilities

        MemberSpecification.Builder memberAbilities​(Collection<MemberAbility> memberAbilities)

        The abilities granted to the collaboration member.

        Parameters:
        memberAbilities - The abilities granted to the collaboration member.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • memberAbilities

        MemberSpecification.Builder memberAbilities​(MemberAbility... memberAbilities)

        The abilities granted to the collaboration member.

        Parameters:
        memberAbilities - The abilities granted to the collaboration member.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mlMemberAbilities

        MemberSpecification.Builder mlMemberAbilities​(MLMemberAbilities mlMemberAbilities)

        The ML abilities granted to the collaboration member.

        Custom ML modeling is in beta release and is subject to change. For beta terms and conditions, see Betas and Previews in the Amazon Web Services Service Terms.

        Parameters:
        mlMemberAbilities - The ML abilities granted to the collaboration member.

        Custom ML modeling is in beta release and is subject to change. For beta terms and conditions, see Betas and Previews in the Amazon Web Services Service Terms.

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

        MemberSpecification.Builder displayName​(String displayName)

        The member's display name.

        Parameters:
        displayName - The member's display name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • paymentConfiguration

        MemberSpecification.Builder paymentConfiguration​(PaymentConfiguration paymentConfiguration)

        The collaboration member's payment responsibilities set by the collaboration creator.

        If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer.

        Parameters:
        paymentConfiguration - The collaboration member's payment responsibilities set by the collaboration creator.

        If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer.

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