Class Collaboration
- java.lang.Object
-
- software.amazon.awssdk.services.cleanrooms.model.Collaboration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Collaboration.Builder,Collaboration>
@Generated("software.amazon.awssdk:codegen") public final class Collaboration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Collaboration.Builder,Collaboration>
The multi-party data share environment. The collaboration contains metadata about its purpose and participants.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCollaboration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The unique ARN for the collaboration.static Collaboration.Builderbuilder()InstantcreateTime()The time when the collaboration was created.StringcreatorAccountId()The identifier used to reference members of the collaboration.StringcreatorDisplayName()A display name of the collaboration creator.DataEncryptionMetadatadataEncryptionMetadata()The settings for client-side encryption for cryptographic computing.Stringdescription()A description of the collaboration provided by the collaboration owner.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The unique ID for the collaboration.StringmembershipArn()The unique ARN for your membership within the collaboration.StringmembershipId()The unique ID for your membership within the collaboration.MemberStatusmemberStatus()The status of a member in a collaboration.StringmemberStatusAsString()The status of a member in a collaboration.Stringname()A human-readable identifier provided by the collaboration owner.CollaborationQueryLogStatusqueryLogStatus()An indicator as to whether query logging has been enabled or disabled for the collaboration.StringqueryLogStatusAsString()An indicator as to whether query logging has been enabled or disabled for the collaboration.List<SdkField<?>>sdkFields()static Class<? extends Collaboration.Builder>serializableBuilderClass()Collaboration.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateTime()The time the collaboration metadata was last updated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
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.
-
memberStatus
public final MemberStatus memberStatus()
The status of a member in a collaboration.
If the service returns an enum value that is not available in the current SDK version,
memberStatuswill returnMemberStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommemberStatusAsString().- Returns:
- The status of a member in a collaboration.
- See Also:
MemberStatus
-
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,
memberStatuswill returnMemberStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommemberStatusAsString().- 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.
-
queryLogStatus
public final CollaborationQueryLogStatus queryLogStatus()
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,
queryLogStatuswill returnCollaborationQueryLogStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromqueryLogStatusAsString().- Returns:
- An indicator as to whether query logging has been enabled or disabled for the collaboration.
- See Also:
CollaborationQueryLogStatus
-
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,
queryLogStatuswill returnCollaborationQueryLogStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromqueryLogStatusAsString().- Returns:
- An indicator as to whether query logging has been enabled or disabled for the collaboration.
- See Also:
CollaborationQueryLogStatus
-
toBuilder
public Collaboration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Collaboration.Builder,Collaboration>
-
builder
public static Collaboration.Builder builder()
-
serializableBuilderClass
public static Class<? extends Collaboration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
-