Interface UpdateCollaborationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<UpdateCollaborationRequest.Builder,,UpdateCollaborationRequest> SdkBuilder<UpdateCollaborationRequest.Builder,,UpdateCollaborationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateCollaborationRequest
@Mutable
@NotThreadSafe
public static interface UpdateCollaborationRequest.Builder
extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<UpdateCollaborationRequest.Builder,UpdateCollaborationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionanalyticsEngine(String analyticsEngine) The analytics engine.analyticsEngine(AnalyticsEngine analyticsEngine) The analytics engine.collaborationIdentifier(String collaborationIdentifier) The identifier for the collaboration.description(String description) A description of the collaboration.A human-readable identifier provided by the collaboration owner.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
-
Method Details
-
collaborationIdentifier
The identifier for the collaboration.
- Parameters:
collaborationIdentifier- The identifier for the collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A human-readable identifier provided by the collaboration owner. Display names are not unique.
- Parameters:
name- A human-readable identifier provided by the collaboration owner. Display names are not unique.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the collaboration.
- Parameters:
description- A description of the collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analyticsEngine
The analytics engine.
After July 16, 2025, the
CLEAN_ROOMS_SQLparameter will no longer be available.- Parameters:
analyticsEngine- The analytics engine.After July 16, 2025, the
CLEAN_ROOMS_SQLparameter will no longer be available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
analyticsEngine
The analytics engine.
After July 16, 2025, the
CLEAN_ROOMS_SQLparameter will no longer be available.- Parameters:
analyticsEngine- The analytics engine.After July 16, 2025, the
CLEAN_ROOMS_SQLparameter will no longer be available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateCollaborationRequest.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
UpdateCollaborationRequest.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.
-