Interface UnprocessedUpdateAction.Builder

    • Method Detail

      • replicationGroupId

        UnprocessedUpdateAction.Builder replicationGroupId​(String replicationGroupId)

        The replication group ID

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

        UnprocessedUpdateAction.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

        UnprocessedUpdateAction.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.
      • errorType

        UnprocessedUpdateAction.Builder errorType​(String errorType)

        The error type for requests that are not processed

        Parameters:
        errorType - The error type for requests that are not processed
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        UnprocessedUpdateAction.Builder errorMessage​(String errorMessage)

        The error message that describes the reason the request was not processed

        Parameters:
        errorMessage - The error message that describes the reason the request was not processed
        Returns:
        Returns a reference to this object so that method calls can be chained together.