Interface ProcessedUpdateAction.Builder

    • Method Detail

      • replicationGroupId

        ProcessedUpdateAction.Builder replicationGroupId​(String replicationGroupId)

        The ID of the replication group

        Parameters:
        replicationGroupId - The ID of the replication group
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cacheClusterId

        ProcessedUpdateAction.Builder cacheClusterId​(String cacheClusterId)

        The ID of the cache cluster

        Parameters:
        cacheClusterId - The ID of the cache cluster
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceUpdateName

        ProcessedUpdateAction.Builder serviceUpdateName​(String serviceUpdateName)

        The unique ID of the service update

        Parameters:
        serviceUpdateName - The unique ID of the service update
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateActionStatus

        ProcessedUpdateAction.Builder updateActionStatus​(String updateActionStatus)

        The status of the update action on the Valkey or Redis OSS cluster

        Parameters:
        updateActionStatus - The status of the update action on the Valkey or Redis OSS cluster
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UpdateActionStatus, UpdateActionStatus
      • updateActionStatus

        ProcessedUpdateAction.Builder updateActionStatus​(UpdateActionStatus updateActionStatus)

        The status of the update action on the Valkey or Redis OSS cluster

        Parameters:
        updateActionStatus - The status of the update action on the Valkey or Redis OSS cluster
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UpdateActionStatus, UpdateActionStatus