Interface UpdateCollaborationChangeRequestRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<UpdateCollaborationChangeRequestRequest.Builder,,UpdateCollaborationChangeRequestRequest> SdkBuilder<UpdateCollaborationChangeRequestRequest.Builder,,UpdateCollaborationChangeRequestRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateCollaborationChangeRequestRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe action to perform on the change request.action(ChangeRequestAction action) The action to perform on the change request.changeRequestIdentifier(String changeRequestIdentifier) The unique identifier of the specific change request to be updated within the collaboration.collaborationIdentifier(String collaborationIdentifier) The unique identifier of the collaboration that contains the change request to be updated.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
UpdateCollaborationChangeRequestRequest.Builder collaborationIdentifier(String collaborationIdentifier) The unique identifier of the collaboration that contains the change request to be updated.
- Parameters:
collaborationIdentifier- The unique identifier of the collaboration that contains the change request to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeRequestIdentifier
UpdateCollaborationChangeRequestRequest.Builder changeRequestIdentifier(String changeRequestIdentifier) The unique identifier of the specific change request to be updated within the collaboration.
- Parameters:
changeRequestIdentifier- The unique identifier of the specific change request to be updated within the collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
action
The action to perform on the change request. Valid values include APPROVE (approve the change), DENY (reject the change), CANCEL (cancel the request), and COMMIT (commit after the request is approved).
For change requests without automatic approval, a member in the collaboration can manually APPROVE or DENY a change request. The collaboration owner can manually CANCEL or COMMIT a change request.
- Parameters:
action- The action to perform on the change request. Valid values include APPROVE (approve the change), DENY (reject the change), CANCEL (cancel the request), and COMMIT (commit after the request is approved).For change requests without automatic approval, a member in the collaboration can manually APPROVE or DENY a change request. The collaboration owner can manually CANCEL or COMMIT a change request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
The action to perform on the change request. Valid values include APPROVE (approve the change), DENY (reject the change), CANCEL (cancel the request), and COMMIT (commit after the request is approved).
For change requests without automatic approval, a member in the collaboration can manually APPROVE or DENY a change request. The collaboration owner can manually CANCEL or COMMIT a change request.
- Parameters:
action- The action to perform on the change request. Valid values include APPROVE (approve the change), DENY (reject the change), CANCEL (cancel the request), and COMMIT (commit after the request is approved).For change requests without automatic approval, a member in the collaboration can manually APPROVE or DENY a change request. The collaboration owner can manually CANCEL or COMMIT a change request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateCollaborationChangeRequestRequest.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
UpdateCollaborationChangeRequestRequest.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.
-