public static interface Collaboration.Builder extends SdkPojo, CopyableBuilder<Collaboration.Builder,Collaboration>
| Modifier and Type | Method and Description |
|---|---|
Collaboration.Builder |
arn(String arn)
The unique ARN for the collaboration.
|
Collaboration.Builder |
createTime(Instant createTime)
The time when the collaboration was created.
|
Collaboration.Builder |
creatorAccountId(String creatorAccountId)
The identifier used to reference members of the collaboration.
|
Collaboration.Builder |
creatorDisplayName(String creatorDisplayName)
A display name of the collaboration creator.
|
default Collaboration.Builder |
dataEncryptionMetadata(Consumer<DataEncryptionMetadata.Builder> dataEncryptionMetadata)
The settings for client-side encryption for cryptographic computing.
|
Collaboration.Builder |
dataEncryptionMetadata(DataEncryptionMetadata dataEncryptionMetadata)
The settings for client-side encryption for cryptographic computing.
|
Collaboration.Builder |
description(String description)
A description of the collaboration provided by the collaboration owner.
|
Collaboration.Builder |
id(String id)
The unique ID for the collaboration.
|
Collaboration.Builder |
membershipArn(String membershipArn)
The unique ARN for your membership within the collaboration.
|
Collaboration.Builder |
membershipId(String membershipId)
The unique ID for your membership within the collaboration.
|
Collaboration.Builder |
memberStatus(MemberStatus memberStatus)
The status of a member in a collaboration.
|
Collaboration.Builder |
memberStatus(String memberStatus)
The status of a member in a collaboration.
|
Collaboration.Builder |
name(String name)
A human-readable identifier provided by the collaboration owner.
|
Collaboration.Builder |
queryLogStatus(CollaborationQueryLogStatus queryLogStatus)
An indicator as to whether query logging has been enabled or disabled for the collaboration.
|
Collaboration.Builder |
queryLogStatus(String queryLogStatus)
An indicator as to whether query logging has been enabled or disabled for the collaboration.
|
Collaboration.Builder |
updateTime(Instant updateTime)
The time the collaboration metadata was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCollaboration.Builder id(String id)
The unique ID for the collaboration.
id - The unique ID for the collaboration.Collaboration.Builder arn(String arn)
The unique ARN for the collaboration.
arn - The unique ARN for the collaboration.Collaboration.Builder name(String name)
A human-readable identifier provided by the collaboration owner. Display names are not unique.
name - A human-readable identifier provided by the collaboration owner. Display names are not unique.Collaboration.Builder description(String description)
A description of the collaboration provided by the collaboration owner.
description - A description of the collaboration provided by the collaboration owner.Collaboration.Builder creatorAccountId(String creatorAccountId)
The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
creatorAccountId - The identifier used to reference members of the collaboration. Currently only supports AWS account ID.Collaboration.Builder creatorDisplayName(String creatorDisplayName)
A display name of the collaboration creator.
creatorDisplayName - A display name of the collaboration creator.Collaboration.Builder createTime(Instant createTime)
The time when the collaboration was created.
createTime - The time when the collaboration was created.Collaboration.Builder updateTime(Instant updateTime)
The time the collaboration metadata was last updated.
updateTime - The time the collaboration metadata was last updated.Collaboration.Builder memberStatus(String memberStatus)
The status of a member in a collaboration.
memberStatus - The status of a member in a collaboration.MemberStatus,
MemberStatusCollaboration.Builder memberStatus(MemberStatus memberStatus)
The status of a member in a collaboration.
memberStatus - The status of a member in a collaboration.MemberStatus,
MemberStatusCollaboration.Builder membershipId(String membershipId)
The unique ID for your membership within the collaboration.
membershipId - The unique ID for your membership within the collaboration.Collaboration.Builder membershipArn(String membershipArn)
The unique ARN for your membership within the collaboration.
membershipArn - The unique ARN for your membership within the collaboration.Collaboration.Builder dataEncryptionMetadata(DataEncryptionMetadata dataEncryptionMetadata)
The settings for client-side encryption for cryptographic computing.
dataEncryptionMetadata - The settings for client-side encryption for cryptographic computing.default Collaboration.Builder dataEncryptionMetadata(Consumer<DataEncryptionMetadata.Builder> dataEncryptionMetadata)
The settings for client-side encryption for cryptographic computing.
This is a convenience method that creates an instance of theDataEncryptionMetadata.Builder avoiding
the need to create one manually via DataEncryptionMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dataEncryptionMetadata(DataEncryptionMetadata).
dataEncryptionMetadata - a consumer that will call methods on DataEncryptionMetadata.BuilderdataEncryptionMetadata(DataEncryptionMetadata)Collaboration.Builder queryLogStatus(String queryLogStatus)
An indicator as to whether query logging has been enabled or disabled for the collaboration.
queryLogStatus - An indicator as to whether query logging has been enabled or disabled for the collaboration.CollaborationQueryLogStatus,
CollaborationQueryLogStatusCollaboration.Builder queryLogStatus(CollaborationQueryLogStatus queryLogStatus)
An indicator as to whether query logging has been enabled or disabled for the collaboration.
queryLogStatus - An indicator as to whether query logging has been enabled or disabled for the collaboration.CollaborationQueryLogStatus,
CollaborationQueryLogStatusCopyright © 2023. All rights reserved.