public static interface CreateMembershipRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<CreateMembershipRequest.Builder,CreateMembershipRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateMembershipRequest.Builder |
collaborationIdentifier(String collaborationIdentifier)
The unique ID for the associated collaboration.
|
CreateMembershipRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMembershipRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateMembershipRequest.Builder |
queryLogStatus(MembershipQueryLogStatus queryLogStatus)
An indicator as to whether query logging has been enabled or disabled for the collaboration.
|
CreateMembershipRequest.Builder |
queryLogStatus(String queryLogStatus)
An indicator as to whether query logging has been enabled or disabled for the collaboration.
|
CreateMembershipRequest.Builder |
tags(Map<String,String> tags)
An optional label that you can assign to a resource when you create it.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMembershipRequest.Builder collaborationIdentifier(String collaborationIdentifier)
The unique ID for the associated collaboration.
collaborationIdentifier - The unique ID for the associated collaboration.CreateMembershipRequest.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.MembershipQueryLogStatus,
MembershipQueryLogStatusCreateMembershipRequest.Builder queryLogStatus(MembershipQueryLogStatus 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.MembershipQueryLogStatus,
MembershipQueryLogStatusCreateMembershipRequest.Builder tags(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.
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.CreateMembershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.