Interface UpdateMembershipRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CleanRoomsRequest.Builder,- CopyableBuilder<UpdateMembershipRequest.Builder,,- UpdateMembershipRequest> - SdkBuilder<UpdateMembershipRequest.Builder,,- UpdateMembershipRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateMembershipRequest
- 
Method SummaryModifier and TypeMethodDescriptiondefault UpdateMembershipRequest.BuilderdefaultJobResultConfiguration(Consumer<MembershipProtectedJobResultConfiguration.Builder> defaultJobResultConfiguration) The default job result configuration.defaultJobResultConfiguration(MembershipProtectedJobResultConfiguration defaultJobResultConfiguration) The default job result configuration.default UpdateMembershipRequest.BuilderdefaultResultConfiguration(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.membershipIdentifier(String membershipIdentifier) The unique identifier of the membership.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 membership.queryLogStatus(MembershipQueryLogStatus queryLogStatus) An indicator as to whether query logging has been enabled or disabled for the membership.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
membershipIdentifierThe unique identifier of the membership. - Parameters:
- membershipIdentifier- The unique identifier of the membership.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
queryLogStatusAn 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 is- DISABLED.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
queryLogStatusAn 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 is- DISABLED.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
jobLogStatusAn 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 is- DISABLED.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
jobLogStatusAn 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 is- DISABLED.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
defaultResultConfigurationUpdateMembershipRequest.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.
 
- 
defaultResultConfigurationdefault UpdateMembershipRequest.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.Builderavoiding the need to create one manually viaMembershipProtectedQueryResultConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefaultResultConfiguration(MembershipProtectedQueryResultConfiguration).- Parameters:
- defaultResultConfiguration- a consumer that will call methods on- MembershipProtectedQueryResultConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
defaultJobResultConfigurationUpdateMembershipRequest.Builder defaultJobResultConfiguration(MembershipProtectedJobResultConfiguration defaultJobResultConfiguration) The default job result configuration. - Parameters:
- defaultJobResultConfiguration- The default job result configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
defaultJobResultConfigurationdefault UpdateMembershipRequest.Builder defaultJobResultConfiguration(Consumer<MembershipProtectedJobResultConfiguration.Builder> defaultJobResultConfiguration) The default job result configuration. This is a convenience method that creates an instance of theMembershipProtectedJobResultConfiguration.Builderavoiding the need to create one manually viaMembershipProtectedJobResultConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefaultJobResultConfiguration(MembershipProtectedJobResultConfiguration).- Parameters:
- defaultJobResultConfiguration- a consumer that will call methods on- MembershipProtectedJobResultConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationUpdateMembershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-