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
defaultJobResultConfiguration
(Consumer<MembershipProtectedJobResultConfiguration.Builder> defaultJobResultConfiguration) The default job result configuration that determines how job results are protected and managed within this membership.defaultJobResultConfiguration
(MembershipProtectedJobResultConfiguration defaultJobResultConfiguration) The default job result configuration that determines how job results are protected and managed within this membership.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.jobLogStatus
(String jobLogStatus) An indicator as to whether job logging has been enabled or disabled for the collaboration.jobLogStatus
(MembershipJobLogStatus jobLogStatus) An indicator as to whether job logging has been enabled or disabled for the collaboration.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default CreateMembershipRequest.Builder
paymentConfiguration
(Consumer<MembershipPaymentConfiguration.Builder> paymentConfiguration) The payment responsibilities accepted by the collaboration member.paymentConfiguration
(MembershipPaymentConfiguration paymentConfiguration) The payment responsibilities accepted by the collaboration member.queryLogStatus
(String queryLogStatus) An indicator as to whether query logging has been enabled or disabled for the membership.queryLogStatus
(MembershipQueryLogStatus queryLogStatus) An indicator as to whether query logging has been enabled or disabled for the membership.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, sdkFieldNameToField, 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 membership.
When
ENABLED
, Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED
.- Parameters:
queryLogStatus
- An indicator as to whether query logging has been enabled or disabled for the membership.When
ENABLED
, Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED
.- 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 membership.
When
ENABLED
, Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED
.- Parameters:
queryLogStatus
- An indicator as to whether query logging has been enabled or disabled for the membership.When
ENABLED
, Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobLogStatus
An indicator as to whether job logging has been enabled or disabled for the collaboration.
When
ENABLED
, Clean Rooms logs details about jobs run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED
.- Parameters:
jobLogStatus
- An indicator as to whether job logging has been enabled or disabled for the collaboration.When
ENABLED
, Clean Rooms logs details about jobs run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobLogStatus
An indicator as to whether job logging has been enabled or disabled for the collaboration.
When
ENABLED
, Clean Rooms logs details about jobs run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED
.- Parameters:
jobLogStatus
- An indicator as to whether job logging has been enabled or disabled for the collaboration.When
ENABLED
, Clean Rooms logs details about jobs run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED
.- 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:
-
defaultJobResultConfiguration
CreateMembershipRequest.Builder defaultJobResultConfiguration(MembershipProtectedJobResultConfiguration defaultJobResultConfiguration) The default job result configuration that determines how job results are protected and managed within this membership. This configuration applies to all jobs.
- Parameters:
defaultJobResultConfiguration
- The default job result configuration that determines how job results are protected and managed within this membership. This configuration applies to all jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultJobResultConfiguration
default CreateMembershipRequest.Builder defaultJobResultConfiguration(Consumer<MembershipProtectedJobResultConfiguration.Builder> defaultJobResultConfiguration) The default job result configuration that determines how job results are protected and managed within this membership. This configuration applies to all jobs.
This is a convenience method that creates an instance of theMembershipProtectedJobResultConfiguration.Builder
avoiding the need to create one manually viaMembershipProtectedJobResultConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todefaultJobResultConfiguration(MembershipProtectedJobResultConfiguration)
.- Parameters:
defaultJobResultConfiguration
- a consumer that will call methods onMembershipProtectedJobResultConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
paymentConfiguration
CreateMembershipRequest.Builder paymentConfiguration(MembershipPaymentConfiguration paymentConfiguration) The payment responsibilities accepted by the collaboration member.
Not required if the collaboration member has the member ability to run queries.
Required if the collaboration member doesn't have the member ability to run queries but is configured as a payer by the collaboration creator.
- Parameters:
paymentConfiguration
- The payment responsibilities accepted by the collaboration member.Not required if the collaboration member has the member ability to run queries.
Required if the collaboration member doesn't have the member ability to run queries but is configured as a payer by the collaboration creator.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
paymentConfiguration
default CreateMembershipRequest.Builder paymentConfiguration(Consumer<MembershipPaymentConfiguration.Builder> paymentConfiguration) The payment responsibilities accepted by the collaboration member.
Not required if the collaboration member has the member ability to run queries.
Required if the collaboration member doesn't have the member ability to run queries but is configured as a payer by the collaboration creator.
This is a convenience method that creates an instance of theMembershipPaymentConfiguration.Builder
avoiding the need to create one manually viaMembershipPaymentConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topaymentConfiguration(MembershipPaymentConfiguration)
.- Parameters:
paymentConfiguration
- a consumer that will call methods onMembershipPaymentConfiguration.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.
-