Class Collaboration

    • Method Detail

      • id

        public final String id()

        The unique ID for the collaboration.

        Returns:
        The unique ID for the collaboration.
      • arn

        public final String arn()

        The unique ARN for the collaboration.

        Returns:
        The unique ARN for the collaboration.
      • name

        public final String name()

        A human-readable identifier provided by the collaboration owner. Display names are not unique.

        Returns:
        A human-readable identifier provided by the collaboration owner. Display names are not unique.
      • description

        public final String description()

        A description of the collaboration provided by the collaboration owner.

        Returns:
        A description of the collaboration provided by the collaboration owner.
      • creatorAccountId

        public final String creatorAccountId()

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

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

        public final String creatorDisplayName()

        A display name of the collaboration creator.

        Returns:
        A display name of the collaboration creator.
      • createTime

        public final Instant createTime()

        The time when the collaboration was created.

        Returns:
        The time when the collaboration was created.
      • updateTime

        public final Instant updateTime()

        The time the collaboration metadata was last updated.

        Returns:
        The time the collaboration metadata was last updated.
      • memberStatusAsString

        public final String memberStatusAsString()

        The status of a member in a collaboration.

        If the service returns an enum value that is not available in the current SDK version, memberStatus will return MemberStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from memberStatusAsString().

        Returns:
        The status of a member in a collaboration.
        See Also:
        MemberStatus
      • membershipId

        public final String membershipId()

        The unique ID for your membership within the collaboration.

        Returns:
        The unique ID for your membership within the collaboration.
      • membershipArn

        public final String membershipArn()

        The unique ARN for your membership within the collaboration.

        Returns:
        The unique ARN for your membership within the collaboration.
      • dataEncryptionMetadata

        public final DataEncryptionMetadata dataEncryptionMetadata()

        The settings for client-side encryption for cryptographic computing.

        Returns:
        The settings for client-side encryption for cryptographic computing.
      • queryLogStatusAsString

        public final String queryLogStatusAsString()

        An indicator as to whether query logging has been enabled or disabled for the collaboration.

        If the service returns an enum value that is not available in the current SDK version, queryLogStatus will return CollaborationQueryLogStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from queryLogStatusAsString().

        Returns:
        An indicator as to whether query logging has been enabled or disabled for the collaboration.
        See Also:
        CollaborationQueryLogStatus
      • analyticsEngineAsString

        public final String analyticsEngineAsString()

        The analytics engine for the collaboration.

        If the service returns an enum value that is not available in the current SDK version, analyticsEngine will return AnalyticsEngine.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from analyticsEngineAsString().

        Returns:
        The analytics engine for the collaboration.
        See Also:
        AnalyticsEngine
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)