@Generated(value="software.amazon.awssdk:codegen") public final class CreateCollaborationRequest extends CleanRoomsRequest implements ToCopyableBuilder<CreateCollaborationRequest.Builder,CreateCollaborationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateCollaborationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateCollaborationRequest.Builder |
builder() |
String |
creatorDisplayName()
The display name of the collaboration creator.
|
List<MemberAbility> |
creatorMemberAbilities()
The abilities granted to the collaboration creator.
|
List<String> |
creatorMemberAbilitiesAsStrings()
The abilities granted to the collaboration creator.
|
DataEncryptionMetadata |
dataEncryptionMetadata()
The settings for client-side encryption with Cryptographic Computing for Clean Rooms.
|
String |
description()
A description of the collaboration provided by the collaboration owner.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCreatorMemberAbilities()
For responses, this returns true if the service returned a value for the CreatorMemberAbilities property.
|
int |
hashCode() |
boolean |
hasMembers()
For responses, this returns true if the service returned a value for the Members property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
List<MemberSpecification> |
members()
A list of initial members, not including the creator.
|
String |
name()
The display name for a collaboration.
|
CollaborationQueryLogStatus |
queryLogStatus()
An indicator as to whether query logging has been enabled or disabled for the collaboration.
|
String |
queryLogStatusAsString()
An indicator as to whether query logging has been enabled or disabled for the collaboration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateCollaborationRequest.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
An optional label that you can assign to a resource when you create it.
|
CreateCollaborationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasMembers()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<MemberSpecification> members()
A list of initial members, not including the creator. This list is immutable.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasMembers() method.
public final String name()
The display name for a collaboration.
public final String description()
A description of the collaboration provided by the collaboration owner.
public final List<MemberAbility> creatorMemberAbilities()
The abilities granted to the collaboration creator.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasCreatorMemberAbilities() method.
public final boolean hasCreatorMemberAbilities()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<String> creatorMemberAbilitiesAsStrings()
The abilities granted to the collaboration creator.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasCreatorMemberAbilities() method.
public final String creatorDisplayName()
The display name of the collaboration creator.
public final DataEncryptionMetadata dataEncryptionMetadata()
The settings for client-side encryption with Cryptographic Computing for Clean Rooms.
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, queryLogStatus
will return CollaborationQueryLogStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from queryLogStatusAsString().
CollaborationQueryLogStatuspublic 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().
CollaborationQueryLogStatuspublic final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final Map<String,String> tags()
An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public CreateCollaborationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateCollaborationRequest.Builder,CreateCollaborationRequest>toBuilder in class CleanRoomsRequestpublic static CreateCollaborationRequest.Builder builder()
public static Class<? extends CreateCollaborationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.