Interface CreateCollaborationChangeRequestRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CleanRoomsRequest.Builder
,CopyableBuilder<CreateCollaborationChangeRequestRequest.Builder,
,CreateCollaborationChangeRequestRequest> SdkBuilder<CreateCollaborationChangeRequestRequest.Builder,
,CreateCollaborationChangeRequestRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateCollaborationChangeRequestRequest
@Mutable
@NotThreadSafe
public static interface CreateCollaborationChangeRequestRequest.Builder
extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<CreateCollaborationChangeRequestRequest.Builder,CreateCollaborationChangeRequestRequest>
-
Method Summary
Modifier and TypeMethodDescriptionchanges
(Collection<ChangeInput> changes) The list of changes to apply to the collaboration.changes
(Consumer<ChangeInput.Builder>... changes) The list of changes to apply to the collaboration.changes
(ChangeInput... changes) The list of changes to apply to the collaboration.collaborationIdentifier
(String collaborationIdentifier) The identifier of the collaboration that the change request is made against.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
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
CreateCollaborationChangeRequestRequest.Builder collaborationIdentifier(String collaborationIdentifier) The identifier of the collaboration that the change request is made against.
- Parameters:
collaborationIdentifier
- The identifier of the collaboration that the change request is made against.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changes
The list of changes to apply to the collaboration. Each change specifies the type of modification and the details of what should be changed.
- Parameters:
changes
- The list of changes to apply to the collaboration. Each change specifies the type of modification and the details of what should be changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changes
The list of changes to apply to the collaboration. Each change specifies the type of modification and the details of what should be changed.
- Parameters:
changes
- The list of changes to apply to the collaboration. Each change specifies the type of modification and the details of what should be changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changes
The list of changes to apply to the collaboration. Each change specifies the type of modification and the details of what should be changed.
This is a convenience method that creates an instance of theChangeInput.Builder
avoiding the need to create one manually viaChangeInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tochanges(List<ChangeInput>)
.- Parameters:
changes
- a consumer that will call methods onChangeInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateCollaborationChangeRequestRequest.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
CreateCollaborationChangeRequestRequest.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.
-