Interface GetConnectionPreferencesResponse.Builder

  • Method Details

    • catalog

      The catalog identifier for the partner account.

      Parameters:
      catalog - The catalog identifier for the partner account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) of the connection preferences.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the connection preferences.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accessType

      The access type setting for connections (e.g., open, restricted, invitation-only).

      Parameters:
      accessType - The access type setting for connections (e.g., open, restricted, invitation-only).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • accessType

      The access type setting for connections (e.g., open, restricted, invitation-only).

      Parameters:
      accessType - The access type setting for connections (e.g., open, restricted, invitation-only).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • excludedParticipantIds

      GetConnectionPreferencesResponse.Builder excludedParticipantIds(Collection<String> excludedParticipantIds)

      A list of participant IDs that are excluded from connection requests or interactions.

      Parameters:
      excludedParticipantIds - A list of participant IDs that are excluded from connection requests or interactions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • excludedParticipantIds

      GetConnectionPreferencesResponse.Builder excludedParticipantIds(String... excludedParticipantIds)

      A list of participant IDs that are excluded from connection requests or interactions.

      Parameters:
      excludedParticipantIds - A list of participant IDs that are excluded from connection requests or interactions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The timestamp when the connection preferences were last updated.

      Parameters:
      updatedAt - The timestamp when the connection preferences were last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • revision

      The revision number of the connection preferences for optimistic locking.

      Parameters:
      revision - The revision number of the connection preferences for optimistic locking.
      Returns:
      Returns a reference to this object so that method calls can be chained together.