Class CollaborationConfiguredAudienceModelAssociation
- java.lang.Object
-
- software.amazon.awssdk.services.cleanrooms.model.CollaborationConfiguredAudienceModelAssociation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CollaborationConfiguredAudienceModelAssociation.Builder,CollaborationConfiguredAudienceModelAssociation>
@Generated("software.amazon.awssdk:codegen") public final class CollaborationConfiguredAudienceModelAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CollaborationConfiguredAudienceModelAssociation.Builder,CollaborationConfiguredAudienceModelAssociation>
The configured audience model association within a collaboration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCollaborationConfiguredAudienceModelAssociation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the configured audience model association.static CollaborationConfiguredAudienceModelAssociation.Builderbuilder()StringcollaborationArn()The unique ARN for the configured audience model's associated collaboration.StringcollaborationId()A unique identifier for the collaboration that the configured audience model associations belong to.StringconfiguredAudienceModelArn()The Amazon Resource Name (ARN) of the configure audience model.InstantcreateTime()The time at which the configured audience model association was created.StringcreatorAccountId()The identifier used to reference members of the collaboration.Stringdescription()The description of the configured audience model association.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the configured audience model association.Stringname()The name of the configured audience model association.List<SdkField<?>>sdkFields()static Class<? extends CollaborationConfiguredAudienceModelAssociation.Builder>serializableBuilderClass()CollaborationConfiguredAudienceModelAssociation.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateTime()The most recent time at which the configured audience model association was 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 identifier of the configured audience model association.
- Returns:
- The identifier of the configured audience model association.
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the configured audience model association.
- Returns:
- The Amazon Resource Name (ARN) of the configured audience model association.
-
collaborationId
public final String collaborationId()
A unique identifier for the collaboration that the configured audience model associations belong to. Accepts collaboration ID.
- Returns:
- A unique identifier for the collaboration that the configured audience model associations belong to. Accepts collaboration ID.
-
collaborationArn
public final String collaborationArn()
The unique ARN for the configured audience model's associated collaboration.
- Returns:
- The unique ARN for the configured audience model's associated collaboration.
-
configuredAudienceModelArn
public final String configuredAudienceModelArn()
The Amazon Resource Name (ARN) of the configure audience model.
- Returns:
- The Amazon Resource Name (ARN) of the configure audience model.
-
name
public final String name()
The name of the configured audience model association.
- Returns:
- The name of the configured audience model association.
-
description
public final String description()
The description of the configured audience model association.
- Returns:
- The description of the configured audience model association.
-
creatorAccountId
public final String creatorAccountId()
The identifier used to reference members of the collaboration. Only supports AWS account ID.
- Returns:
- The identifier used to reference members of the collaboration. Only supports AWS account ID.
-
createTime
public final Instant createTime()
The time at which the configured audience model association was created.
- Returns:
- The time at which the configured audience model association was created.
-
updateTime
public final Instant updateTime()
The most recent time at which the configured audience model association was updated.
- Returns:
- The most recent time at which the configured audience model association was updated.
-
toBuilder
public CollaborationConfiguredAudienceModelAssociation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CollaborationConfiguredAudienceModelAssociation.Builder,CollaborationConfiguredAudienceModelAssociation>
-
builder
public static CollaborationConfiguredAudienceModelAssociation.Builder builder()
-
serializableBuilderClass
public static Class<? extends CollaborationConfiguredAudienceModelAssociation.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.
-
-