Interface CreateMembershipRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CleanRoomsRequest.Builder
,CopyableBuilder<CreateMembershipRequest.Builder,
,CreateMembershipRequest> SdkBuilder<CreateMembershipRequest.Builder,
,CreateMembershipRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateMembershipRequest
-
Method Summary
Modifier and TypeMethodDescriptioncollaborationIdentifier
(String collaborationIdentifier) The unique ID for the associated collaboration.default CreateMembershipRequest.Builder
defaultResultConfiguration
(Consumer<MembershipProtectedQueryResultConfiguration.Builder> defaultResultConfiguration) The default protected query result configuration as specified by the member who can receive results.defaultResultConfiguration
(MembershipProtectedQueryResultConfiguration defaultResultConfiguration) The default protected query result configuration as specified by the member who can receive results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.queryLogStatus
(String queryLogStatus) An indicator as to whether query logging has been enabled or disabled for the collaboration.queryLogStatus
(MembershipQueryLogStatus queryLogStatus) An indicator as to whether query logging has been enabled or disabled for the collaboration.An optional label that you can assign to a resource when you create it.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
collaborationIdentifier
The unique ID for the associated collaboration.
- Parameters:
collaborationIdentifier
- The unique ID for the associated collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryLogStatus
An indicator as to whether query logging has been enabled or disabled for the collaboration.
- Parameters:
queryLogStatus
- An indicator as to whether query logging has been enabled or disabled for the collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
queryLogStatus
An indicator as to whether query logging has been enabled or disabled for the collaboration.
- Parameters:
queryLogStatus
- An indicator as to whether query logging has been enabled or disabled for the collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultResultConfiguration
CreateMembershipRequest.Builder defaultResultConfiguration(MembershipProtectedQueryResultConfiguration defaultResultConfiguration) The default protected query result configuration as specified by the member who can receive results.
- Parameters:
defaultResultConfiguration
- The default protected query result configuration as specified by the member who can receive results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultResultConfiguration
default CreateMembershipRequest.Builder defaultResultConfiguration(Consumer<MembershipProtectedQueryResultConfiguration.Builder> defaultResultConfiguration) The default protected query result configuration as specified by the member who can receive results.
This is a convenience method that creates an instance of theMembershipProtectedQueryResultConfiguration.Builder
avoiding the need to create one manually viaMembershipProtectedQueryResultConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todefaultResultConfiguration(MembershipProtectedQueryResultConfiguration)
.- Parameters:
defaultResultConfiguration
- a consumer that will call methods onMembershipProtectedQueryResultConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateMembershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-