Interface UpdateCollaborationChangeRequestRequest.Builder

  • 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

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.