Interface UpdateMembershipRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<UpdateMembershipRequest.Builder,,UpdateMembershipRequest> SdkBuilder<UpdateMembershipRequest.Builder,,UpdateMembershipRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateMembershipRequest
public static interface UpdateMembershipRequest.Builder
extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<UpdateMembershipRequest.Builder,UpdateMembershipRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondefault 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.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 collaboration.queryLogStatus(MembershipQueryLogStatus queryLogStatus) An indicator as to whether query logging has been enabled or disabled for the collaboration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
membershipIdentifier
The 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.
-
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:
-
defaultResultConfiguration
UpdateMembershipRequest.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 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 onMembershipProtectedQueryResultConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateMembershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-