Interface UnprocessedUpdateAction.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UnprocessedUpdateAction.Builder,UnprocessedUpdateAction>, SdkBuilder<UnprocessedUpdateAction.Builder,UnprocessedUpdateAction>, SdkPojo
Enclosing class:
UnprocessedUpdateAction

public static interface UnprocessedUpdateAction.Builder extends SdkPojo, CopyableBuilder<UnprocessedUpdateAction.Builder,UnprocessedUpdateAction>
  • Method Details

    • 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

      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.