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 Summary
Modifier and TypeMethodDescriptiondefault UpdateMembershipRequest.Builder
defaultJobResultConfiguration
(Consumer<MembershipProtectedJobResultConfiguration.Builder> defaultJobResultConfiguration) The default job result configuration.defaultJobResultConfiguration
(MembershipProtectedJobResultConfiguration defaultJobResultConfiguration) The default job result configuration.default UpdateMembershipRequest.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.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.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
-
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 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:
-
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.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
UpdateMembershipRequest.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.
-
defaultJobResultConfiguration
default UpdateMembershipRequest.Builder defaultJobResultConfiguration(Consumer<MembershipProtectedJobResultConfiguration.Builder> defaultJobResultConfiguration) The default job result configuration.
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:
-
overrideConfiguration
UpdateMembershipRequest.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
UpdateMembershipRequest.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.
-